Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h694 const Attr *getDefiningAttr() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp615 const Attr *Decl::getDefiningAttr() const { in getDefiningAttr() function in Decl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp670 if (const Attr *A = D->getDefiningAttr()) { in checkAliases()