Searched refs:DeclKind (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclBase.h | 260 unsigned DeclKind : 7; variable 336 Loc(L), DeclKind(DK), InvalidDecl(0), in Decl() 346 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0), in Decl() 388 Kind getKind() const { return static_cast<Kind>(DeclKind); } in getKind() 902 return (DeclKind >= Decl::firstFunction && in isFunctionOrFunctionTemplate() 903 DeclKind <= Decl::lastFunction) || in isFunctionOrFunctionTemplate() 904 DeclKind == FunctionTemplate; in isFunctionOrFunctionTemplate() 1137 unsigned DeclKind : 8; variable 1198 : DeclKind(K), ExternalLexicalStorage(false), in DeclContext() 1209 return static_cast<Decl::Kind>(DeclKind); in getDeclKind() [all …]
|
D | Comment.h | 1016 enum DeclKind { enum 1087 DeclKind getKind() const LLVM_READONLY { in getKind() 1088 return static_cast<DeclKind>(Kind); in getKind()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 104 switch (DeclKind) { in getDeclKindName() 124 switch (DeclKind) { in getDeclKindName() 592 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() argument 593 switch (DeclKind) { in getIdentifierNamespaceForKind() 955 if (DeclKind == Decl::Enum) in isTransparentContext() 957 else if (DeclKind == Decl::LinkageSpec) in isTransparentContext() 992 switch (DeclKind) { in getPrimaryContext() 1029 if (DeclKind >= Decl::firstTag && DeclKind <= Decl::lastTag) { in getPrimaryContext() 1049 assert(DeclKind >= Decl::firstFunction && DeclKind <= Decl::lastFunction && in getPrimaryContext() 1059 if (DeclKind != Decl::Namespace) { in collectAllContexts() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-sibcall-shrinkwrap.ll | 20 %DeclKind = getelementptr inbounds 23 %bf.load = load i32, i32* %DeclKind, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ppc64-sibcall-shrinkwrap.ll | 20 %DeclKind = getelementptr inbounds 23 %bf.load = load i32, i32* %DeclKind, align 4
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerManager.cpp | 60 unsigned DeclKind = D->getKind(); in runCheckersOnASTDecl() local 62 CachedDeclCheckersMapTy::iterator CCI = CachedDeclCheckersMap.find(DeclKind); in runCheckersOnASTDecl() 67 checkers = &CachedDeclCheckersMap[DeclKind]; in runCheckersOnASTDecl()
|