Home
last modified time | relevance | path

Searched refs:isIntegerLiteral (Results 1 – 7 of 7) 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/Parse/
H A DParseHLSLRootSignature.cpp1255 assert(Literal.isIntegerLiteral() && in handleUIntLiteral()
1277 assert(Literal.isIntegerLiteral() && in handleIntLiteral()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp314 assert(Literal.isIntegerLiteral() && "Unknown ppnumber"); in EvaluateValue()
H A DPreprocessor.cpp1433 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
H A DLiteralSupport.cpp1002 if (isIntegerLiteral()) break; // Error for integer constant. in NumericLiteralParser()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp905 if (Literal.isIntegerLiteral()) in buildUserDefinedLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3905 } else if (!Literal.isIntegerLiteral()) { in ActOnNumericConstant()