Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h2185 bool decls_empty() const;
H A DDeclCXX.h2900 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
H A DDecl.h4745 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1469 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp3097 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()