Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp3346 static DeclContextList BuildContextChain(DeclContext *Start);
3353 : Context(Context), CurContextChain(BuildContextChain(CurContext)), in NamespaceSpecifierSet()
3383 DeclContextList NamespaceSpecifierSet::BuildContextChain(DeclContext *Start) { in BuildContextChain() function in NamespaceSpecifierSet
3418 DeclContextList NamespaceDeclChain(BuildContextChain(Ctx)); in AddNamespace()