Searched refs:DeclKind (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc64-sibcall-shrinkwrap.ll | 22 %DeclKind = getelementptr inbounds 25 %bf.load = load i32, i32* %DeclKind, align 4
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclBase.h | 286 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() 1074 return (DeclKind >= Decl::firstFunction && in isFunctionOrFunctionTemplate() 1075 DeclKind <= Decl::lastFunction) || in isFunctionOrFunctionTemplate() 1076 DeclKind == FunctionTemplate; in isFunctionOrFunctionTemplate() 1399 uint64_t DeclKind : 7; 1898 return static_cast<Decl::Kind>(DeclContextBits.DeclKind);
|
| H A D | Comment.h | 993 enum DeclKind { enum 1065 DeclKind getKind() const LLVM_READONLY { in getKind() 1066 return static_cast<DeclKind>(Kind); in getKind()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Class.h | 273 template <ClassDeclaration::Kind DeclKind> 276 using Base = ClassDeclarationBase<DeclKind>; 277 ClassDeclarationBase() : ClassDeclaration(DeclKind) {} in ClassDeclarationBase() 280 return other->getKind() == DeclKind; in classof()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ExtractFunction.cpp | 822 FunctionDeclKind DeclKind = InlineDefinition; in createFunctionDefinition() local 824 DeclKind = OutOfLineDefinition; in createFunctionDefinition() 826 DeclKind, *ExtractedFunc.SemanticDC, *ExtractedFunc.SyntacticDC, SM); in createFunctionDefinition()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 80 unsigned DeclKind = D->getKind(); in runCheckersOnASTDecl() local 82 CachedDeclCheckersMapTy::iterator CCI = CachedDeclCheckersMap.find(DeclKind); in runCheckersOnASTDecl() 87 checkers = &CachedDeclCheckersMap[DeclKind]; in runCheckersOnASTDecl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclBase.cpp | 124 switch (DeclKind) { in getDeclKindName() 737 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() argument 738 switch (DeclKind) { in getIdentifierNamespaceForKind() 1069 DeclContextBits.DeclKind = K; in DeclContext()
|