Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp506 const Attr *Decl::getDefiningAttr() const { in getDefiningAttr() function in Decl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h621 const Attr *getDefiningAttr() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp346 if (const Attr *A = D->getDefiningAttr()) in checkAliases()