Searched refs:CheckAccess (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 1437 static Sema::AccessResult CheckAccess(Sema &S, SourceLocation Loc, in CheckAccess() function 1519 CheckAccess(*this, Loc, Entity); in HandleDependentAccessCheck() 1527 CheckAccess(*this, Loc, Entity); in HandleDependentAccessCheck() 1542 return CheckAccess(*this, E->getNameLoc(), Entity); in CheckUnresolvedLookupAccess() 1561 return CheckAccess(*this, E->getMemberLoc(), Entity); in CheckUnresolvedMemberAccess() 1578 switch (CheckAccess(*this, SourceLocation(), entity)) { in isSpecialMemberAccessibleForDeletion() 1607 return CheckAccess(*this, Loc, Entity); in CheckDestructorAccess() 1692 return CheckAccess(*this, UseLoc, AccessEntity); in CheckConstructorAccess() 1712 return CheckAccess(*this, OpLoc, Entity); in CheckAllocationAccess() 1727 return CheckAccess(*this, UseLoc, Entity); in CheckMemberAccess() [all …]
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 2041 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): function 2894 CheckAccess(filename, clean_lines, linenum, nesting_state, error)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 2375 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): function 3446 CheckAccess(filename, clean_lines, linenum, nesting_state, error)
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 2375 def CheckAccess(filename, clean_lines, linenum, nesting_state, error): function 3446 CheckAccess(filename, clean_lines, linenum, nesting_state, error)
|