HomeSort by relevance Sort by last modified time
    Searched refs:SpellingBuffer (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 312 llvm::SmallString<128> SpellingBuffer;
313 SpellingBuffer.resize(PragmaToken.getLength() + 1);
314 llvm::StringRef TokSpelling = PP.getSpelling(PragmaToken, SpellingBuffer);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 66 SmallString<128> SpellingBuffer;
72 OS << PP.getSpelling(*I, SpellingBuffer);
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 302 SmallString<32> SpellingBuffer;
304 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid);
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 230 milliseconds