Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h367 bool AccessDeclContextCheck() const;
507 assert(AccessDeclContextCheck()); in setAccess()
511 assert(AccessDeclContextCheck()); in getAccess()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1097 bool Decl::AccessDeclContextCheck() const { in AccessDeclContextCheck() function in Decl