Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp82 const DeclContext *PrimaryWithin = nullptr; in LookupNamed() local
84 PrimaryWithin = llvm::dyn_cast_or_null<DeclContext>(TD->getDefinition()); in LookupNamed()
86 PrimaryWithin = Within->getPrimaryContext(); in LookupNamed()
89 if (!PrimaryWithin) in LookupNamed()
92 S.LookupQualifiedName(R, const_cast<DeclContext *>(PrimaryWithin)); in LookupNamed()