Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1983 ExprResult ParseCXXBoolLiteral();
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp998 Res = ParseCXXBoolLiteral(); in ParseCastExpression()
H A DParseExprCXX.cpp1834 ExprResult Parser::ParseCXXBoolLiteral() { in ParseCXXBoolLiteral() function in Parser