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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1407 ExprResult ParseCXXBoolLiteral();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp682 return ParseCXXBoolLiteral();
H A DParseExprCXX.cpp1411 /// ParseCXXBoolLiteral - This handles the C++ Boolean literals.
1416 ExprResult Parser::ParseCXXBoolLiteral() { function in class:Parser

Completed in 116 milliseconds