Home
last modified time | relevance | path

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

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