Searched refs:getUnusedResultAttr (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h2052 const Attr *getUnusedResultAttr() const;
2059 bool hasUnusedResultAttr() const { return getUnusedResultAttr() != nullptr; }
/external/clang/lib/AST/
H A DDecl.cpp2931 const Attr *FunctionDecl::getUnusedResultAttr() const { function in class:FunctionDecl
/external/clang/lib/Sema/
H A DSemaStmt.cpp254 ? cast<FunctionDecl>(FD)->getUnusedResultAttr()

Completed in 111 milliseconds