Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLiteralSupport.h57 NumericLiteralParser(StringRef TokSpelling,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDLiteralSupport.cpp525 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/
HDParseDeclCXX.cpp4315 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); in ParseMicrosoftUuidAttributeArgs() local
4320 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp3528 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()