Home
last modified time | relevance | path

Searched refs:decls_empty (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h1456 bool decls_empty() const;
DDeclCXX.h2588 return decls_empty() ? getLocation() : decls_begin()->getLocEnd(); in getLocEnd()
/external/clang/lib/AST/
DDeclBase.cpp1212 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
/external/clang/lib/Serialization/
DASTWriter.cpp2769 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()