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.h370 bool AccessDeclContextCheck() const;
510 assert(AccessDeclContextCheck()); in setAccess()
514 assert(AccessDeclContextCheck()); in getAccess()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1084 bool Decl::AccessDeclContextCheck() const { in AccessDeclContextCheck() function in Decl