Home
last modified time | relevance | path

Searched refs:DeclContextList (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Sema/
DSemaInternal.h219 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
223 DeclContextList CurContextChain;
232 static DeclContextList buildContextChain(DeclContext *Start);
234 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/external/clang/include/clang/Sema/
DSemaInternal.h232 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
236 DeclContextList CurContextChain;
245 static DeclContextList buildContextChain(DeclContext *Start);
247 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/external/clang/lib/Sema/
DSemaLookup.cpp4167 DeclContext *Start) -> DeclContextList { in buildContextChain()
4169 DeclContextList Chain; in buildContextChain()
4182 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4201 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()
4202 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4482 DeclContext *Start) -> DeclContextList { in buildContextChain()
4484 DeclContextList Chain; in buildContextChain()
4497 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4516 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()
4517 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()