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 198 SourceMgr.overrideFileContents(headerFile, std::move(HeaderBuf));
298 SourceMgr.overrideFileContents(headerFile, std::move(HeaderBuf));
  /external/clang/include/clang/Basic/
SourceManager.h 844 void overrideFileContents(const FileEntry *SourceFile
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 266 SourceMgr.overrideFileContents(FromFile, RB.second,
289 SourceMgr.overrideFileContents(FromFile, ToFile);
791 SourceMgr.overrideFileContents(File, std::move(*MB));
814 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 426 SourceMgr.overrideFileContents(File, std::move(NewBuffer));
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 3458 milliseconds