/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | PopulateSwitch.cpp | 73 const DeclContext *DeclCtx = nullptr; member in clang::clangd::__anonfbc9e14d0111::PopulateSwitch
|
/llvm-project/clang-tools-extra/clang-change-namespace/ |
H A D | ChangeNamespace.cpp | 272 const DeclContext *DeclCtx, SourceLocation Loc) { in isDeclVisibleAtLocation() argument 761 replaceQualifiedSymbolInDeclContext(const ast_matchers::MatchFinder::MatchResult & Result,const DeclContext * DeclCtx,SourceLocation Start,SourceLocation End,const NamedDecl * FromDecl) replaceQualifiedSymbolInDeclContext() argument 918 const auto *DeclCtx = Result.Nodes.getNodeAs<Decl>("dc"); fixTypeLoc() local [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 210 DeclContext* DeclCtx; member
|
H A D | Sema.h | 11825 TemplateCompareNewDeclInfo(const DeclContext * DeclCtx,const DeclContext * LexicalDeclCtx,SourceLocation Loc) TemplateCompareNewDeclInfo() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp |
|
H A D | CodeGenModule.cpp | 4186 auto *DeclCtx = const_cast<DeclContext *>(FD->getDeclContext()); createDefaultTargetVersionFrom() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclBase.h | 272 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 487 const auto *DeclCtx = ND.getDeclContext(); shouldCollectSymbol() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 851 createLambdaInitCaptureVarDecl(SourceLocation Loc,QualType InitCaptureType,SourceLocation EllipsisLoc,IdentifierInfo * Id,unsigned InitStyle,Expr * Init,DeclContext * DeclCtx) createLambdaInitCaptureVarDecl() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 98 auto *DeclCtx = cast<Decl>(MD->getDeclContext()); getDefinition() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2967 const AnalysisDeclContext *DeclCtx = emitReport() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 193 const auto *DeclCtx = D->getDeclContext(); getDeclLocsForCommentSearch() local
|