Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h687 getSema().CheckLookupAccess(*this); in diagnose()
H A DSema.h6094 void CheckLookupAccess(const LookupResult &R);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1860 void Sema::CheckLookupAccess(const LookupResult &R) { in CheckLookupAccess() function in Sema