Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp5013 bool hasInvalid = false; in checkArgsForPlaceholders() local
5017 if (result.isInvalid()) hasInvalid = true; in checkArgsForPlaceholders()
5019 } else if (hasInvalid) { in checkArgsForPlaceholders()
5023 return hasInvalid; in checkArgsForPlaceholders()