Home
last modified time | relevance | path

Searched refs:AccessDeclContextCheck (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h369 bool AccessDeclContextCheck() const;
509 assert(AccessDeclContextCheck()); in setAccess()
513 assert(AccessDeclContextCheck()); in getAccess()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1045 bool Decl::AccessDeclContextCheck() const { in AccessDeclContextCheck() function in Decl