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

/external/clang/lib/Lex/
H A DMacroArgs.cpp282 bool isBad = false; local
284 isBad = Result[1] == '\''; // ''' is not legal. '\' already fixed above.
286 isBad = (Result.size() != 4 || Result[1] != '\\'); // Not '\x'
288 if (isBad) {
/external/clang/include/clang/Sema/
H A DOverload.h502 bool isBad() const { return getKind() == BadConversion; } function in class:clang::ImplicitConversionSequence
507 bool isFailure() const { return isBad() || isAmbiguous(); }

Completed in 158 milliseconds