Home
last modified time | relevance | path

Searched defs:Contexts (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.h51 std::vector<UsingDeclContext> Contexts; variable
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.h54 std::vector<IncludeFixerContext> &Contexts; variable
H A DIncludeFixer.cpp77 std::vector<IncludeFixerContext> &Contexts, StringRef StyleName, in IncludeFixerActionFactory() argument
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h152 DeclContext::Map Contexts; variable
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.h385 std::unordered_set<SampleContextFrameVector, SampleContextFrameHash> Contexts; variable
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DSymbolInfo.cpp73 const std::vector<Context> &Contexts) in SymbolInfo()
H A DFindAllSymbols.cpp47 std::vector<SymbolInfo::Context> Contexts; in GetContexts() local
/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h388 llvm::FoldingSet<LocationContext> Contexts; variable
429 ContextMap Contexts; variable
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1483 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 DDecl.cpp1728 ContextsTy Contexts; in printNestedNameSpecifier() local
/llvm-project/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp386 std::vector<include_fixer::IncludeFixerContext> Contexts; in includeFixerMain() local
/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp391 Contexts.push_back(DC); in getParentName() local
/llvm-project/clang/docs/
H A DInternalsManual.rst1869 MultiDeclContextTransparent Declaration Contexts global() argument
/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp289 unsigned long long Contexts; member
/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3076 SmallVector<Context, 8> Contexts; global() member in clang::format::__anon97a2a5fc0111::AnnotatingParser
[all...]
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp296 uint64_t Contexts = 0; in getDeclShowContexts() local
[all...]
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp298 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 Dllvm-profdata.cpp948 SmallVector<std::unique_ptr<WriterContext>, 4> Contexts; mergeInstrProfile() local
[all...]