Home
last modified time | relevance | path

Searched refs:getDefiningAttr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h645 const Attr *getDefiningAttr() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp507 const Attr *Decl::getDefiningAttr() const { in getDefiningAttr() function in Decl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp396 if (const Attr *A = D->getDefiningAttr()) in checkAliases()