Searched refs:ActOnCXXBoolLiteral (Results 1 - 4 of 4) sorted by path

/external/clang/include/clang/Sema/
H A DSema.h3941 EPI.NoexceptExpr = Self->ActOnCXXBoolLiteral(SourceLocation(),
4259 /// ActOnCXXBoolLiteral - Parse {true,false} literals.
4260 ExprResult ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind);
/external/clang/lib/Parse/
H A DParseExprCXX.cpp1471 return Actions.ActOnCXXBoolLiteral(ConsumeToken(), Kind);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp562 /// ActOnCXXBoolLiteral - Parse {true,false} literals.
564 Sema::ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { function in class:Sema
H A DSemaExprObjC.cpp315 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false);

Completed in 2296 milliseconds