Home
last modified time | relevance | path

Searched refs:ParseObjCBooleanLiteral (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParseObjc.cpp2098 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true)); in ParseObjCAtExpression()
2101 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false)); in ParseObjCAtExpression()
2609 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral() function in Parser
/external/clang/include/clang/Parse/
DParser.h1539 ExprResult ParseObjCBooleanLiteral(SourceLocation AtLoc, bool ArgValue);