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

/external/clang/lib/Parse/
H A DParseExpr.cpp2513 return Actions.ActOnObjCBoolLiteral(ConsumeToken(), Kind);
H A DParseObjc.cpp2648 return Actions.ActOnObjCBoolLiteral(AtLoc, EndLoc, ArgValue);
/external/clang/include/clang/Sema/
H A DSema.h4263 /// ActOnObjCBoolLiteral - Parse {__objc_yes,__objc_no} literals.
4264 ExprResult ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind);
4719 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp310 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, function in class:Sema
H A DSemaExpr.cpp13503 /// ActOnObjCBoolLiteral - Parse {__objc_yes,__objc_no} literals.
13505 Sema::ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { function in class:Sema

Completed in 194 milliseconds