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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1632 const DeclContext *PrimaryContext = getPrimaryContext(); local
1633 if (PrimaryContext != this)
1634 return PrimaryContext->lookup(Name);
1697 DeclContext *PrimaryContext = getPrimaryContext(); local
1698 if (PrimaryContext != this)
1699 return PrimaryContext->noload_lookup(Name);

Completed in 185 milliseconds