Home
last modified time | relevance | path

Searched refs:isIntegerLiteral (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLiteralSupport.h68 bool isIntegerLiteral() const { in isIntegerLiteral() function
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp858 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
HDPPExpressions.cpp222 assert(Literal.isIntegerLiteral() && "Unknown ppnumber"); in EvaluateValue()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3341 } else if (!Literal.isIntegerLiteral()) { in ActOnNumericConstant()