Searched refs:TokSpelling (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | LiteralSupport.h | 57 NumericLiteralParser(StringRef TokSpelling,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | LiteralSupport.cpp | 525 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling, in NumericLiteralParser() argument 528 : PP(PP), ThisTokBegin(TokSpelling.begin()), ThisTokEnd(TokSpelling.end()) { in NumericLiteralParser()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 4315 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ParseMicrosoftUuidAttributeArgs() local 4320 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 3528 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant() local 3532 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), PP); in ActOnNumericConstant() 3603 Context, StringRef(TokSpelling.data(), Length), StringLiteral::Ascii, in ActOnNumericConstant() 3618 Value = TokSpelling[I]; in ActOnNumericConstant()
|