Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h310 bool AccessDeclContextSanity() const;
406 assert(AccessDeclContextSanity()); in setAccess()
410 assert(AccessDeclContextSanity()); in getAccess()
/external/clang/lib/AST/
DDeclBase.cpp676 bool Decl::AccessDeclContextSanity() const { in AccessDeclContextSanity() function in Decl