Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp161 bool LookupInDependent) { in lookupInBases() argument
179 if (!LookupInDependent && BaseType->isDependentType()) in lookupInBases()
248 if (LookupInDependent) { in lookupInBases()
274 lookupInBases(Context, BaseRecord, BaseMatches, LookupInDependent)) { in lookupInBases()
309 bool LookupInDependent) const { in lookupInBases()
312 LookupInDependent)) in lookupInBases()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1674 bool LookupInDependent = false) const;