Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DLiteralSupport.h63 bool isIntegerLiteral() const { in isIntegerLiteral() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPPExpressions.cpp229 assert(Literal.isIntegerLiteral() && "Unknown ppnumber"); in EvaluateValue()
DPragma.cpp1019 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in LexSimpleInt()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp3099 } else if (!Literal.isIntegerLiteral()) { in ActOnNumericConstant()