Searched defs:DeclCtx (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 214 DeclContext* DeclCtx; global() member
|
H A D | Sema.h | 8658 TemplateCompareNewDeclInfo(const DeclContext * DeclCtx,const DeclContext * LexicalDeclCtx,SourceLocation Loc) TemplateCompareNewDeclInfo() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp | 220 auto *DeclCtx = D->getDeclContext(); in HandleTagDeclDefinition() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 378 Environment(DataflowAnalysisContext & DACtx,const DeclContext & DeclCtx) Environment() argument 384 const DeclContext *DeclCtx = getDeclCtx(); initialize() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclBase.h | 271 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 809 createLambdaInitCaptureVarDecl(SourceLocation Loc,QualType InitCaptureType,SourceLocation EllipsisLoc,IdentifierInfo * Id,unsigned InitStyle,Expr * Init,DeclContext * DeclCtx) createLambdaInitCaptureVarDecl() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2936 const AnalysisDeclContext *DeclCtx = emitReport() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 190 const auto *DeclCtx = D->getDeclContext(); getDeclLocsForCommentSearch() local
|