Searched refs:TokSpelling (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 58 NumericLiteralParser(StringRef TokSpelling,
|
/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/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()
|