Searched refs:DeclContextList (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h214 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef in class:clang::TypoCorrectionConsumer::NamespaceSpecifierSet
218 DeclContextList CurContextChain;
227 static DeclContextList buildContextChain(DeclContext *Start);
229 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4525 DeclContext *Start) -> DeclContextList {
4527 DeclContextList Chain;
4540 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) {
4559 DeclContextList NamespaceDeclChain(buildContextChain(Ctx));
4560 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain);

Completed in 179 milliseconds