Searched refs:TokSpelling (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DLiteralSupport.h57 NumericLiteralParser(StringRef TokSpelling,
/external/clang/lib/Sema/
H A DSemaExpr.cpp3066 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); local
3070 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), PP);
3136 Context, StringRef(TokSpelling.data(), Length), StringLiteral::Ascii,
3151 Value = TokSpelling[I];

Completed in 152 milliseconds