Searched defs:NoResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h4398 /// NoResult - A value for the result index indicating that there is
4400 enum { NoResult = ~0U }; enumerator in enum:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::PseudoObjectExpr::__anon3289
4416 /// expressions, or PseudoObjectExpr::NoResult if there is none.
4418 if (PseudoObjectExprBits.ResultIndex == 0) return NoResult;

Completed in 122 milliseconds