Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLiteralSupport.h92 bool isIntegerLiteral() const { in isIntegerLiteral() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPPExpressions.cpp312 assert(Literal.isIntegerLiteral() && "Unknown ppnumber"); in EvaluateValue()
HDPreprocessor.cpp1401 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
HDLiteralSupport.cpp1004 if (isIntegerLiteral()) break; // Error for integer constant. in NumericLiteralParser()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDBuildTree.cpp911 if (Literal.isIntegerLiteral()) in buildUserDefinedLiteral()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp3857 } else if (!Literal.isIntegerLiteral()) { in ActOnNumericConstant()