Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h92 bool isIntegerLiteral() const { in isIntegerLiteral() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp312 assert(Literal.isIntegerLiteral() && "Unknown ppnumber"); in EvaluateValue()
H A DPreprocessor.cpp1401 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
H A DLiteralSupport.cpp1004 if (isIntegerLiteral()) break; // Error for integer constant. in NumericLiteralParser()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp911 if (Literal.isIntegerLiteral()) in buildUserDefinedLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3857 } else if (!Literal.isIntegerLiteral()) { in ActOnNumericConstant()