Home
last modified time | relevance | path

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

/external/clang/docs/
DInternalsManual.rst1289 .. _MultiDeclContext:
1334 .. _CFG:
/external/clang/include/clang/Analysis/
DAnalysisContext.h376 llvm::FoldingSet<LocationContext> Contexts; variable
407 ContextMap Contexts; variable
/external/clang/lib/AST/
DDeclBase.cpp972 DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts){ in collectAllContexts()
1271 SmallVector<DeclContext *, 2> Contexts; in buildLookup() local
1401 SmallVector<DeclContext *, 2> Contexts; in noload_lookup() local
DDecl.cpp1375 ContextsTy Contexts; in printQualifiedName() local
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp282 SmallVector<const DeclContext *, 2> Contexts; in getParentName() local
/external/clang/lib/Format/
DTokenAnnotator.cpp1127 SmallVector<Context, 8> Contexts; member in clang::format::__anon7c513deb0111::AnnotatingParser
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp296 unsigned long long Contexts; member
/external/clang/lib/Serialization/
DASTReader.cpp6588 ArrayRef<const DeclContext *> Contexts; member in __anon546a9c040b11::DeclContextNameLookupVisitor
6595 ArrayRef<const DeclContext *> Contexts, in DeclContextNameLookupVisitor()
6696 SmallVector<const DeclContext *, 2> Contexts; in FindExternalVisibleDeclsByName() local
6707 auto LookUpInContexts = [&](ArrayRef<const DeclContext*> Contexts) { in FindExternalVisibleDeclsByName()
6750 SmallVectorImpl<const DeclContext *> &Contexts; member in __anon546a9c040d11::DeclContextAllNamesVisitor
6757 SmallVectorImpl<const DeclContext *> &Contexts, in DeclContextAllNamesVisitor()
6816 SmallVector<const DeclContext *, 2> Contexts; in completeVisibleDeclsMap() local
/external/clang/lib/Frontend/
DASTUnit.cpp274 uint64_t Contexts = 0; in getDeclShowContexts() local