Home
last modified time | relevance | path

Searched refs:ParseCXXBoolLiteral (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h1555 ExprResult ParseCXXBoolLiteral();
/external/clang/lib/Parse/
DParseExpr.cpp739 return ParseCXXBoolLiteral(); in ParseCastExpression()
DParseExprCXX.cpp1531 ExprResult Parser::ParseCXXBoolLiteral() { in ParseCXXBoolLiteral() function in Parser