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

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

Completed in 226 milliseconds