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

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 195 SourceMgr.overrideFileContents(headerFile, std::move(HeaderBuf));
293 SourceMgr.overrideFileContents(headerFile, std::move(HeaderBuf));
  /external/clang/include/clang/Basic/
SourceManager.h 836 void overrideFileContents(const FileEntry *SourceFile,
838 void overrideFileContents(const FileEntry *SourceFile,
840 overrideFileContents(SourceFile, Buffer.release(), /*DoNotFree*/ false);
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 264 SourceMgr.overrideFileContents(FromFile, RB.second,
287 SourceMgr.overrideFileContents(FromFile, ToFile);
756 SourceMgr.overrideFileContents(File, std::move(*MB));
779 SourceMgr.overrideFileContents(File, std::move(SB));
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 641 void SourceManager::overrideFileContents(const FileEntry *SourceFile,
653 void SourceManager::overrideFileContents(const FileEntry *SourceFile,
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 423 SourceMgr.overrideFileContents(File, std::move(NewBuffer));
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 869 milliseconds