Searched refs:TokSpelling (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 68 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 900 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling, in NumericLiteralParser() argument 907 ThisTokBegin(TokSpelling.begin()), ThisTokEnd(TokSpelling.end()) { in NumericLiteralParser()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 905 auto TokSpelling = in buildUserDefinedLiteral() local 908 NumericLiteralParser(TokSpelling, TokLoc, Context.getSourceManager(), in buildUserDefinedLiteral()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 5061 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ParseMicrosoftUuidAttributeArgs() local 5066 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 3668 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ActOnNumericConstant() local 3672 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), in ActOnNumericConstant() 3745 StringLiteral::Create(Context, StringRef(TokSpelling.data(), Length), in ActOnNumericConstant() 3761 Value = TokSpelling[I]; in ActOnNumericConstant()
|