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

  /external/clang/lib/Index/
SimpleFormatContext.h 53 Sources.overrideFileContents(Entry, Source);
  /external/clang/unittests/Tooling/
RewriterTestContext.h 54 Sources.overrideFileContents(Entry, Source);
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 196 SourceMgr.overrideFileContents(headerFile, headerBuf);
294 SourceMgr.overrideFileContents(headerFile, headerBuf);
  /external/clang/tools/clang-format/
ClangFormat.cpp 111 Sources.overrideFileContents(Entry, Source, true);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 257 SourceMgr.overrideFileContents(FromFile, RB.second,
280 SourceMgr.overrideFileContents(FromFile, ToFile);
735 SourceMgr.overrideFileContents(File, MB);
757 SourceMgr.overrideFileContents(File, SB.release());
    [all...]
  /external/clang/lib/Tooling/
Refactoring.cpp 188 SourceMgr.overrideFileContents(Entry, Buf);
  /external/clang/include/clang/Basic/
SourceManager.h 834 void overrideFileContents(const FileEntry *SourceFile,
843 void overrideFileContents(const FileEntry *SourceFile
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 385 SourceMgr.overrideFileContents(File, NewBuffer);
  /external/clang/lib/Basic/
SourceManager.cpp 652 void SourceManager::overrideFileContents(const FileEntry *SourceFile,
664 void SourceManager::overrideFileContents(const FileEntry *SourceFile,
    [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1762 milliseconds