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

/external/clang/include/clang/Lex/
H A DLiteralSupport.h52 NumericLiteralParser(StringRef TokSpelling,
/external/clang/lib/Sema/
H A DSemaExpr.cpp2912 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid); local
2916 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), PP);
2981 Context, StringRef(TokSpelling.data(), Length), StringLiteral::Ascii,
2996 Value = TokSpelling[I];

Completed in 104 milliseconds