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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2068 bool decls_empty() const;
H A DDeclCXX.h2863 return decls_empty() ? getLocation() : decls_begin()->getEndLoc();
H A DDecl.h4467 return decls_empty() ? getLocation() : decls_begin()->getEndLoc();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1443 bool DeclContext::decls_empty() const { function in class:DeclContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2884 if (DC->decls_empty())

Completed in 146 milliseconds