Home
last modified time | relevance | path

Searched defs:hasUnusedResultAttr (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h2059 bool hasUnusedResultAttr() const { return getUnusedResultAttr() != nullptr; } in hasUnusedResultAttr() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h3029 bool hasUnusedResultAttr(const ASTContext &Ctx) const { in hasUnusedResultAttr() function