Home
last modified time | relevance | path

Searched refs:TokSpelling (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Lex/
DLiteralSupport.h58 NumericLiteralParser(StringRef TokSpelling,
/external/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h59 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc,
/external/clang/lib/Lex/
DLiteralSupport.cpp507 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling, in NumericLiteralParser() argument
510 : PP(PP), ThisTokBegin(TokSpelling.begin()), ThisTokEnd(TokSpelling.end()) { in NumericLiteralParser()
/external/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp526 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling, in NumericLiteralParser() argument
533 ThisTokBegin(TokSpelling.begin()), ThisTokEnd(TokSpelling.end()) { in NumericLiteralParser()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp869 auto TokSpelling = in buildUserDefinedLiteral() local
872 NumericLiteralParser(TokSpelling, TokLoc, Context.getSourceManager(), in buildUserDefinedLiteral()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp4379 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ParseMicrosoftUuidAttributeArgs() local
4384 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
/external/clang/lib/Sema/
DSemaExpr.cpp3260 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant() local
3264 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), PP); in ActOnNumericConstant()
3331 Context, StringRef(TokSpelling.data(), Length), StringLiteral::Ascii, in ActOnNumericConstant()
3346 Value = TokSpelling[I]; in ActOnNumericConstant()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3670 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant() local
3674 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), in ActOnNumericConstant()
3747 Context, StringRef(TokSpelling.data(), Length), StringLiteral::Ascii, in ActOnNumericConstant()
3762 Value = TokSpelling[I]; in ActOnNumericConstant()