Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1407 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h2112 bool decls_empty() const;
H A DDeclCXX.h2850 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
H A DDecl.h4517 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2890 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()