Searched refs:exclaim (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLToken.h32 exclaim, // ! enumerator in enum:llvm::lltok::Kind
H A DLLParser.cpp234 case lltok::exclaim: if (ParseStandaloneMetadata()) return true; break;
549 ParseToken(lltok::exclaim, "Expected '!' here") ||
556 if (ParseToken(lltok::exclaim, "Expected '!' here"))
573 assert(Lex.getKind() == lltok::exclaim);
583 ParseToken(lltok::exclaim, "Expected '!' here") ||
1400 if (ParseToken(lltok::exclaim, "expected '!' here"))
2242 case lltok::exclaim: // !42, !{...}, or !"foo"
2745 assert(Lex.getKind() == lltok::exclaim);
H A DLLLexer.cpp402 return lltok::exclaim;
/external/clang/lib/Format/
H A DFormatToken.h255 case tok::exclaim:
H A DTokenAnnotator.cpp631 } else if (Current.is(tok::exclaim)) {
1125 if (Left.isOneOf(tok::exclaim, tok::tilde))
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp112 TokenInfo[tok::exclaim ] |= aci_avoid_equal; // !=
H A DPPExpressions.cpp394 case tok::exclaim: {
H A DLexer.cpp3134 Kind = tok::exclaim;
/external/clang/lib/Parse/
H A DParseTentative.cpp755 case tok::exclaim:
H A DParseExpr.cpp920 case tok::exclaim: // unary-expression: '!' cast-expression
H A DParseDeclCXX.cpp3100 case tok::exclaim: // 'not'
H A DParseObjc.cpp700 case tok::exclaim:
/external/clang/lib/Sema/
H A DSemaExpr.cpp8787 case tok::exclaim: Opc = UO_LNot; break;

Completed in 1253 milliseconds