Home
last modified time | relevance | path

Searched refs:ActOnObjCBoolLiteral (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp2870 return Actions.ActOnObjCBoolLiteral(ConsumeToken(), Kind); in ParseObjCBoolLiteral()
DParseObjc.cpp3359 return Actions.ActOnObjCBoolLiteral(AtLoc, EndLoc, ArgValue); in ParseObjCBooleanLiteral()
/external/clang/include/clang/Sema/
DSema.h4740 ExprResult ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind);
5216 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
/external/clang/lib/Sema/
DSemaExprObjC.cpp365 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral() function in Sema
DSemaExpr.cpp15068 Sema::ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { in ActOnObjCBoolLiteral() function in Sema