Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DLookup.h698 getSema().CheckLookupAccess(*this); in diagnose()
DSema.h7360 void CheckLookupAccess(const LookupResult &R);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAccess.cpp1877 void Sema::CheckLookupAccess(const LookupResult &R) { in CheckLookupAccess() function in Sema