Searched defs:Contexts (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h367 llvm::FoldingSet<LocationContext> Contexts; member in class:clang::LocationContextManager
398 ContextMap Contexts; member in class:clang::AnalysisDeclContextManager
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp849 SmallVector<Context, 8> Contexts; member in class:clang::format::__anon3272::AnnotatingParser
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp901 DeclContext::collectAllContexts(SmallVectorImpl<DeclContext *> &Contexts){ argument
1309 SmallVector<DeclContext *, 2> Contexts; local
[all...]
H A DDecl.cpp1297 ContextsTy Contexts; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5700 SmallVectorImpl<const DeclContext *> &Contexts; member in class:__anon3487::DeclContextNameLookupVisitor
5799 SmallVector<const DeclContext *, 2> Contexts; local
5705 DeclContextNameLookupVisitor(ASTReader &Reader, SmallVectorImpl<const DeclContext *> &Contexts, DeclarationName Name, SmallVectorImpl<NamedDecl *> &Decls) argument
5832 SmallVectorImpl<const DeclContext *> &Contexts; member in class:__anon3488::DeclContextAllNamesVisitor
5837 DeclContextAllNamesVisitor(ASTReader &Reader, SmallVectorImpl<const DeclContext *> &Contexts, DeclsMap &Decls, bool VisitAll) argument
5896 SmallVector<const DeclContext *, 2> Contexts; local
[all...]

Completed in 90 milliseconds