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

/external/clang/include/clang/AST/
H A DDeclBase.h1071 bool decls_empty() const;
H A DDeclCXX.h2099 return decls_empty() ? getLocation() : decls_begin()->getLocEnd();
/external/clang/lib/AST/
H A DDeclBase.cpp941 bool DeclContext::decls_empty() const { function in class:DeclContext
/external/clang/lib/Serialization/
H A DASTWriter.cpp1927 if (DC->decls_empty())

Completed in 168 milliseconds