Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h71 bool isIntegerLiteral() const { in isIntegerLiteral() function
/external/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h80 bool isIntegerLiteral() const { in isIntegerLiteral() function
/external/clang/lib/Lex/
DPreprocessor.cpp866 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
DPPExpressions.cpp276 assert(Literal.isIntegerLiteral() && "Unknown ppnumber"); in EvaluateValue()
/external/llvm-project/clang/lib/Lex/
DPPExpressions.cpp308 assert(Literal.isIntegerLiteral() && "Unknown ppnumber"); in EvaluateValue()
DPreprocessor.cpp1376 if (Literal.hadError || !Literal.isIntegerLiteral() || Literal.hasUDSuffix()) in parseSimpleIntegerLiteral()
DLiteralSupport.cpp618 if (isIntegerLiteral()) break; // Error for integer constant. in NumericLiteralParser()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp875 if (Literal.isIntegerLiteral()) in buildUserDefinedLiteral()
/external/clang/lib/Sema/
DSemaExpr.cpp3391 } else if (!Literal.isIntegerLiteral()) { in ActOnNumericConstant()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3854 } else if (!Literal.isIntegerLiteral()) { in ActOnNumericConstant()