Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h2000 bool decls_empty() const;
H A DDeclCXX.h2887 return decls_empty() ? getLocation() : decls_begin()->getEndLoc();
H A DDecl.h4241 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp1377 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3179 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()