Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h330 bool AccessDeclContextSanity() const;
426 assert(AccessDeclContextSanity()); in setAccess()
430 assert(AccessDeclContextSanity()); in getAccess()
/external/clang/lib/AST/
DDeclBase.cpp780 bool Decl::AccessDeclContextSanity() const { in AccessDeclContextSanity() function in Decl