Searched refs:DeclKind (Results 1 – 4 of 4) sorted by relevance
286 unsigned DeclKind : 7; variable384 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false), in Decl()393 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl()435 Kind getKind() const { return static_cast<Kind>(DeclKind); } in getKind()1085 return (DeclKind >= Decl::firstFunction && in isFunctionOrFunctionTemplate()1086 DeclKind <= Decl::lastFunction) || in isFunctionOrFunctionTemplate()1087 DeclKind == FunctionTemplate; in isFunctionOrFunctionTemplate()1410 uint64_t DeclKind : 7;1921 return static_cast<Decl::Kind>(DeclContextBits.DeclKind);
993 enum DeclKind { enum1065 DeclKind getKind() const LLVM_READONLY { in getKind()1066 return static_cast<DeclKind>(Kind); in getKind()
78 unsigned DeclKind = D->getKind(); in runCheckersOnASTDecl() local80 CachedDeclCheckersMapTy::iterator CCI = CachedDeclCheckersMap.find(DeclKind); in runCheckersOnASTDecl()85 checkers = &CachedDeclCheckersMap[DeclKind]; in runCheckersOnASTDecl()
124 switch (DeclKind) { in getDeclKindName()750 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() argument751 switch (DeclKind) { in getIdentifierNamespaceForKind()1090 DeclContextBits.DeclKind = K; in DeclContext()