Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp2493 return Actions.ActOnObjCBoolLiteral(ConsumeToken(), Kind); in ParseObjCBoolLiteral()
DParseObjc.cpp2605 return Actions.ActOnObjCBoolLiteral(AtLoc, EndLoc, ArgValue); in ParseObjCBooleanLiteral()
/external/clang/include/clang/Sema/
DSema.h3866 ExprResult ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind);
4314 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
/external/clang/lib/Sema/
DSemaExprObjC.cpp307 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral() function in Sema
DSemaExpr.cpp12156 Sema::ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { in ActOnObjCBoolLiteral() function in Sema