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

/external/clang/lib/Parse/
H A DParseExpr.cpp2493 return Actions.ActOnObjCBoolLiteral(ConsumeToken(), Kind);
H A DParseObjc.cpp2605 return Actions.ActOnObjCBoolLiteral(AtLoc, EndLoc, ArgValue);
/external/clang/include/clang/Sema/
H A DSema.h3865 /// ActOnObjCBoolLiteral - Parse {__objc_yes,__objc_no} literals.
3866 ExprResult ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind);
4314 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp307 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, function in class:Sema
H A DSemaExpr.cpp12154 /// ActOnObjCBoolLiteral - Parse {__objc_yes,__objc_no} literals.
12156 Sema::ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { function in class:Sema

Completed in 601 milliseconds