Searched refs:IsAccessible (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1313 static AccessResult IsAccessible(Sema &S, function
1415 switch (IsAccessible(S, EC, Entity)) {
1902 // `IsAccessible` will examine the actual access of Target (i.e.
1907 return ::IsAccessible(*this, EC, Entity) != ::AR_inaccessible;
H A DSemaCodeComplete.cpp1617 false, IsAccessible(ND, Ctx), FixIts);
1626 bool IsAccessible(NamedDecl *ND, DeclContext *Ctx) { function in class:__anon2036::CodeCompletionDeclConsumer

Completed in 85 milliseconds