Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp4762 bool hasInvalid = false; in checkArgsForPlaceholders() local
4766 if (result.isInvalid()) hasInvalid = true; in checkArgsForPlaceholders()
4768 } else if (hasInvalid) { in checkArgsForPlaceholders()
4772 return hasInvalid; in checkArgsForPlaceholders()