HomeSort by: relevance | last modified time | path
    Searched refs:kw_true (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLToken.h 42 kw_true, enumerator in enum:llvm::lltok::Kind
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 1081 case tok::kw_true:
1155 case tok::kw_true:
UnwrappedLineParser.cpp 970 FormatTok->isOneOf(tok::kw_true, tok::kw_false) ||
1688 case tok::kw_true:
TokenAnnotator.cpp 1578 tok::kw_false, tok::kw_true, Keywords.kw_type, Keywords.kw_get,
1981 PrevToken->isOneOf(tok::r_paren, tok::r_square, tok::kw_true,
1984 NextToken->isOneOf(tok::kw_true, tok::kw_false) ||
2852 tok::kw_true, tok::kw_false))
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 508 case tok::kw_true:
510 Result.Val = PeekTok.getKind() == tok::kw_true;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 1277 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_true);
SemaExprCXX.cpp 786 assert((Kind == tok::kw_true || Kind == tok::kw_false) &&
789 CXXBoolLiteralExpr(Kind == tok::kw_true, Context.BoolTy, OpLoc);
SemaExprObjC.cpp 372 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false);
SemaDeclCXX.cpp 8046 RetVal = S.ActOnCXXBoolLiteral(Loc, tok::kw_true);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 1094 case tok::kw_true:
2821 case tok::kw_true: // Objective-C++, etc.
ParseExpr.cpp 995 case tok::kw_true:
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 3355 case lltok::kw_true:
4537 case lltok::kw_true:
6363 case lltok::kw_true: P = CmpInst::FCMP_TRUE; break;

Completed in 103 milliseconds