Home
last modified time | relevance | path

Searched refs:hasDefiningAttr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h642 bool hasDefiningAttr() const;
H A DDecl.h2174 willHaveBody() || hasDefiningAttr(); in isThisDeclarationADefinition()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp502 bool Decl::hasDefiningAttr() const { in hasDefiningAttr() function in Decl
H A DDecl.cpp2213 if (hasDefiningAttr()) in isThisDeclarationADefinition()