Home
last modified time | relevance | path

Searched refs:getSourceText (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDEditedSource.cpp121 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange()
132 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); in commitInsertFromRange()
380 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() function in EditedSource
389 return Lexer::getSourceText(CharSourceRange::getCharRange(BLoc, ELoc), in getSourceText()
HDRewriteObjCFoundationAPI.cpp690 StringRef text = Lexer::getSourceText( in getLiteralInfo()
/NextBSD/contrib/llvm/tools/clang/include/clang/Edit/
HDEditedSource.h80 StringRef getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
/NextBSD/contrib/llvm/tools/clang/lib/Tooling/
HDRefactoringCallbacks.cpp32 return replaceStmtWithText(Sources, From, Lexer::getSourceText( in replaceStmtWithStmt()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLexer.h397 static StringRef getSourceText(CharSourceRange Range,
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransforms.cpp549 str += Lexer::getSourceText( in GCRewriteFinalize()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp920 StringRef Lexer::getSourceText(CharSourceRange Range, in getSourceText() function in Lexer