Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2380 bool decls_empty() const;
H A DDeclCXX.h3056 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
H A DDecl.h5069 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1671 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
H A DDecl.cpp5861 return DefaultBufferDecls.empty() && decls_empty(); in buffer_decls_empty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3409 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9813 {"_ZNK5clang11DeclContext11decls_emptyEv", "clang::DeclContext::decls_empty() const"},