Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h571 bool hasDefiningAttr() const;
/external/clang/lib/AST/
DDeclBase.cpp381 bool Decl::hasDefiningAttr() const { in hasDefiningAttr() function in Decl
DDecl.cpp1954 if (hasDefiningAttr()) in isThisDeclarationADefinition()
2482 I->hasDefiningAttr()) { in isDefined()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h618 bool hasDefiningAttr() const;
DDecl.h2103 willHaveBody() || hasDefiningAttr(); in isThisDeclarationADefinition()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp501 bool Decl::hasDefiningAttr() const { in hasDefiningAttr() function in Decl
DDecl.cpp2150 if (hasDefiningAttr()) in isThisDeclarationADefinition()