Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h58 NumericLiteralParser(StringRef TokSpelling,
/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/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()