HomeSort by relevance Sort by last modified time
    Searched refs:getSpelling (Results 26 - 50 of 54) sorted by null

12 3

  /external/clang/include/clang/AST/
CommentLexer.h 353 StringRef getSpelling(const Token &Tok,
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 133 Inputs.push_back(IA->getInputArg().getSpelling());
  /external/llvm/lib/LibDriver/
LibDriver.cpp 122 llvm::errs() << "ignoring unknown argument: " << Arg->getSpelling() << "\n";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-lib/
LibDriver.cpp 122 llvm::errs() << "ignoring unknown argument: " << Arg->getSpelling() << "\n";
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 358 StringRef TmpName = PP.getSpelling(Tok, TmpBuffer, &Invalid);
374 Filename = PP.getSpelling(Tok, FilenameBuffer, &Invalid);
  /external/clang/lib/Lex/
TokenLexer.cpp 552 unsigned LHSLen = PP.getSpelling(Tok, BufPtr, &Invalid);
559 unsigned RHSLen = PP.getSpelling(RHS, BufPtr, &Invalid);
    [all...]
PPDirectives.cpp 231 std::string Spelling = getSpelling(MacroNameTok, &Invalid);
457 std::string DirectiveStr = getSpelling(Tok);
    [all...]
LiteralSupport.cpp     [all...]
PPExpressions.cpp 263 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer,
333 StringRef ThisTok = PP.getSpelling(PeekTok, CharBuffer, &CharInvalid);
Lexer.cpp 229 /// \brief Slow case of getSpelling. Extract the characters comprising the
280 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
285 StringRef Lexer::getSpelling(SourceLocation loc,
321 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
326 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr,
348 /// getSpelling - This method is used to get the spelling of a token into a
358 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer,
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 32 << Attr.getSpelling() << St->getLocStart();
Sema.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 98 StringRef Spell = Lexer::getSpelling(
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 108 CXString CXLoadedDiagnostic::getSpelling() const {
  /external/clang/lib/Driver/
Driver.cpp     [all...]
Tools.cpp     [all...]
  /external/clang/lib/Edit/
EditedSource.cpp 33 StringRef ArgName = Lexer::getSpelling(SourceMgr.getSpellingLoc(DefArgLoc),
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]
Parser.cpp 189 << PP.getSpelling(Tok)
    [all...]
ParseStmtAsm.cpp 323 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid);
ParseExpr.cpp 397 << /*LHS*/0 << PP.getSpelling(Tok) << Actions.getExprRange(RHS.get());
428 << /*RHS*/1 << PP.getSpelling(OpToken)
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 600 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts);
CompilerInvocation.cpp     [all...]

Completed in 2179 milliseconds

12 3