Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2334 bool decls_empty() const;
H A DDeclCXX.h2979 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
H A DDecl.h4860 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1560 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3174 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()