Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h688 bool hasDefiningAttr() const;
H A DDecl.h2261 willHaveBody() || hasDefiningAttr(); in isThisDeclarationADefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp588 bool Decl::hasDefiningAttr() const { in hasDefiningAttr() function in Decl
H A DDecl.cpp2302 if (hasDefiningAttr()) in isThisDeclarationADefinition()