Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1327 bool decls_empty() const;
H A DDeclCXX.h2528 return decls_empty() ? getLocation() : decls_begin()->getLocEnd(); in getLocEnd()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1113 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2772 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()