Home
last modified time | relevance | path

Searched refs:DeclKind (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h286 unsigned DeclKind : 7; variable
384 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);
H A DComment.h993 enum DeclKind { enum
1065 DeclKind getKind() const LLVM_READONLY { in getKind()
1066 return static_cast<DeclKind>(Kind); in getKind()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp78 unsigned DeclKind = D->getKind(); in runCheckersOnASTDecl() local
80 CachedDeclCheckersMapTy::iterator CCI = CachedDeclCheckersMap.find(DeclKind); in runCheckersOnASTDecl()
85 checkers = &CachedDeclCheckersMap[DeclKind]; in runCheckersOnASTDecl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp124 switch (DeclKind) { in getDeclKindName()
750 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() argument
751 switch (DeclKind) { in getIdentifierNamespaceForKind()
1090 DeclContextBits.DeclKind = K; in DeclContext()