Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DExternalSemaSource.h98 virtual bool LookupUnqualified(LookupResult &R, Scope *S) { return false; } in LookupUnqualified() function
DMultiplexExternalSemaSource.h237 bool LookupUnqualified(LookupResult &R, Scope *S) override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp239 bool MultiplexExternalSemaSource::LookupUnqualified(LookupResult &R, Scope *S){ in LookupUnqualified() function in MultiplexExternalSemaSource
241 Sources[i]->LookupUnqualified(R, S); in LookupUnqualified()
DSemaLookup.cpp2020 return (ExternalSource && ExternalSource->LookupUnqualified(R, S)); in LookupName()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h468 bool LookupUnqualified(clang::LookupResult &R, clang::Scope *S) override { in LookupUnqualified() function
470 Source->LookupUnqualified(R, S); in LookupUnqualified()