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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1673 const DeclContext *PrimaryContext = getPrimaryContext(); local
1674 if (PrimaryContext != this)
1675 return PrimaryContext->lookup(Name);
1738 DeclContext *PrimaryContext = getPrimaryContext(); local
1739 if (PrimaryContext != this)
1740 return PrimaryContext->noload_lookup(Name);

Completed in 104 milliseconds