Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2889 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true)); in ParseObjCAtExpression()
2892 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false)); in ParseObjCAtExpression()
3420 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral() function in Parser
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2143 ExprResult ParseObjCBooleanLiteral(SourceLocation AtLoc, bool ArgValue);