Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h357 bool AccessDeclContextCheck() const;
488 assert(AccessDeclContextCheck()); in setAccess()
492 assert(AccessDeclContextCheck()); in getAccess()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp985 bool Decl::AccessDeclContextCheck() const { in AccessDeclContextCheck() function in Decl