Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp671 if (Decl::castToDeclContext(NsDecl)->decls_empty()) in moveOldNamespace()
748 assert(!NsDecl->decls_empty()); in moveClassForwardDeclaration()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h2162 bool decls_empty() const;
H A DDeclCXX.h2886 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
H A DDecl.h4632 return decls_empty() ? getLocation() : decls_begin()->getEndLoc(); in getEndLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1439 bool DeclContext::decls_empty() const { in decls_empty() function in DeclContext
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp3078 if (DC->decls_empty()) in WriteDeclContextLexicalBlock()