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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h76 bool isIntegerLiteral() const { function in class:clang::NumericLiteralParser
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp288 assert(Literal.isIntegerLiteral() && "Unknown ppnumber");
H A DPreprocessor.cpp1354 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3711 } else if (!Literal.isIntegerLiteral()) {

Completed in 300 milliseconds