Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2112 bool decls_empty() const;
H A DDeclCXX.h2852 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
H A DDecl.h4543 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1416 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2890 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()