HomeSort by: relevance | last modified time | path
    Searched refs:TokSpelling (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 59 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc,
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 899 auto TokSpelling =
902 NumericLiteralParser(TokSpelling, TokLoc, Context.getSourceManager(),
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 4404 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid);
4409 StrBuffer += TokSpelling;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3666 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid);
3670 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(),
3743 Context, StringRef(TokSpelling.data(), Length), StringLiteral::Ascii,
3758 Value = TokSpelling[I];

Completed in 35 milliseconds