Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/docs/
H A DInternalsManual.rst1289 .. _MultiDeclContext:
1332 .. _CFG:
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisContext.h376 llvm::FoldingSet<LocationContext> Contexts; variable
407 ContextMap Contexts; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp952 DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts){ in collectAllContexts()
1250 SmallVector<DeclContext *, 2> Contexts; in buildLookup() local
1368 SmallVector<DeclContext *, 2> Contexts; in noload_lookup() local
H A DDecl.cpp1375 ContextsTy Contexts; in printQualifiedName() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp285 SmallVector<const DeclContext *, 2> Contexts; in getParentName() local
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp1104 SmallVector<Context, 8> Contexts; member in clang::format::__anonb9da587c0111::AnnotatingParser
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp298 unsigned long long Contexts; member
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6460 ArrayRef<const DeclContext *> Contexts; member in __anon18a49ed50b11::DeclContextNameLookupVisitor
6466 ArrayRef<const DeclContext *> Contexts, in DeclContextNameLookupVisitor()
6563 SmallVector<const DeclContext *, 2> Contexts; in FindExternalVisibleDeclsByName() local
6574 auto LookUpInContexts = [&](ArrayRef<const DeclContext*> Contexts) { in FindExternalVisibleDeclsByName()
6622 SmallVectorImpl<const DeclContext *> &Contexts; member in __anon18a49ed50d11::DeclContextAllNamesVisitor
6628 SmallVectorImpl<const DeclContext *> &Contexts, in DeclContextAllNamesVisitor()
6686 SmallVector<const DeclContext *, 2> Contexts; in completeVisibleDeclsMap() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp281 uint64_t Contexts = 0; in getDeclShowContexts() local