/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedUsingDeclsCheck.h | 51 std::vector<UsingDeclContext> Contexts; variable
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | IncludeFixer.h | 54 std::vector<IncludeFixerContext> &Contexts; variable
|
H A D | IncludeFixer.cpp | 77 std::vector<IncludeFixerContext> &Contexts, StringRef StyleName, in IncludeFixerActionFactory() argument
|
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.h | 152 DeclContext::Map Contexts; variable
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.h | 385 std::unordered_set<SampleContextFrameVector, SampleContextFrameHash> Contexts; variable
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
H A D | SymbolInfo.cpp | 73 const std::vector<Context> &Contexts) in SymbolInfo()
|
H A D | FindAllSymbols.cpp | 47 std::vector<SymbolInfo::Context> Contexts; in GetContexts() local
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 388 llvm::FoldingSet<LocationContext> Contexts; variable 429 ContextMap Contexts; variable
|
/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 1483 collectAllContextsImpl(T * Self,SmallVectorImpl<DeclContext * > & Contexts) collectAllContextsImpl() argument 1490 collectAllContexts(SmallVectorImpl<DeclContext * > & Contexts) collectAllContexts() argument 1777 SmallVector<DeclContext *, 2> Contexts; buildLookup() local 1922 SmallVector<DeclContext *, 2> Contexts; loadLazyLocalLexicalLookups() local [all...] |
H A D | Decl.cpp | 1728 ContextsTy Contexts; in printNestedNameSpecifier() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
H A D | ClangIncludeFixer.cpp | 386 std::vector<include_fixer::IncludeFixerContext> Contexts; in includeFixerMain() local
|
/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 391 Contexts.push_back(DC); in getParentName() local
|
/llvm-project/clang/docs/ |
H A D | InternalsManual.rst | 1869 MultiDeclContextTransparent Declaration Contexts global() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndexCodeCompletion.cpp | 289 unsigned long long Contexts; member
|
/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 3076 SmallVector<Context, 8> Contexts; global() member in clang::format::__anon97a2a5fc0111::AnnotatingParser [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 296 uint64_t Contexts = 0; in getDeclShowContexts() local [all...] |
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 298 analyzeContextInfo(const DWARFDie & DIE,unsigned ParentIdx,CompileUnit & CU,DeclContext * CurrentDeclContext,DeclContextTree & Contexts,uint64_t ModulesEndOffset,DWARFLinkerBase::SwiftInterfacesMapTy * ParseableSwiftInterfaces,std::function<void (const Twine &,const DWARFDie &)> ReportWarning) analyzeContextInfo() argument
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 948 SmallVector<std::unique_ptr<WriterContext>, 4> Contexts; mergeInstrProfile() local [all...] |