Searched refs:DeclKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclOpenACC.h | 42 OpenACCConstructDecl(Kind DeclKind, DeclContext *DC, OpenACCDirectiveKind K, in OpenACCConstructDecl() argument 45 : Decl(DeclKind, DC, StartLoc), DirKind(K), DirectiveLoc(DirLoc), in OpenACCConstructDecl() 48 OpenACCConstructDecl(Kind DeclKind) : Decl(DeclKind, EmptyShell{}) {} in OpenACCConstructDecl() argument
|
| H A D | DeclBase.h | 286 unsigned DeclKind : 7; 394 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false), in Decl() 403 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl() 445 Kind getKind() const { return static_cast<Kind>(DeclKind); } in getKind() 1117 return (DeclKind >= Decl::firstFunction && in isFunctionOrFunctionTemplate() 1118 DeclKind <= Decl::lastFunction) || in isFunctionOrFunctionTemplate() 1119 DeclKind == FunctionTemplate; in isFunctionOrFunctionTemplate() 1473 uint64_t DeclKind : 7; 2107 return static_cast<Decl::Kind>(DeclContextBits.DeclKind);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 152 switch (DeclKind) { in getDeclKindName() 872 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() argument 873 switch (DeclKind) { in getIdentifierNamespaceForKind() 1285 DeclContextBits.DeclKind = K; in DeclContext()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 68 unsigned DeclKind = D->getKind(); in runCheckersOnASTDecl() local 69 auto [CCI, Inserted] = CachedDeclCheckersMap.try_emplace(DeclKind); in runCheckersOnASTDecl()
|