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

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

Completed in 71 milliseconds