Searched refs:TokSpelling (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 58 NumericLiteralParser(StringRef TokSpelling,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | LiteralSupport.h | 59 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc,
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 507 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling, in NumericLiteralParser() argument 510 : PP(PP), ThisTokBegin(TokSpelling.begin()), ThisTokEnd(TokSpelling.end()) { in NumericLiteralParser()
|
/external/llvm-project/clang/lib/Lex/ |
D | LiteralSupport.cpp | 526 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling, in NumericLiteralParser() argument 533 ThisTokBegin(TokSpelling.begin()), ThisTokEnd(TokSpelling.end()) { in NumericLiteralParser()
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | BuildTree.cpp | 869 auto TokSpelling = in buildUserDefinedLiteral() local 872 NumericLiteralParser(TokSpelling, TokLoc, Context.getSourceManager(), in buildUserDefinedLiteral()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 4379 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ParseMicrosoftUuidAttributeArgs() local 4384 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3260 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/ |
D | SemaExpr.cpp | 3670 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()
|