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

  /external/llvm/utils/FileCheck/
FileCheck.cpp 463 SmallString<128> NewFile;
464 NewFile.reserve(MB->getBufferSize());
475 NewFile.push_back(*Ptr);
480 NewFile.push_back(' ');
488 MemoryBuffer::getMemBufferCopy(NewFile.str(), MB->getBufferIdentifier());
  /external/clang/lib/Basic/
SourceManager.cpp 586 const FileEntry *NewFile) {
587 assert(SourceFile->getSize() == NewFile->getSize() &&
593 OverriddenFiles[SourceFile] = NewFile;
    [all...]
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 205 TEST_F(FilePathWatcherTest, NewFile) {
  /external/clang/include/clang/Basic/
SourceManager.h 692 /// \param NewFile the file whose contents will be used as the
695 const FileEntry *NewFile);
    [all...]

Completed in 7501 milliseconds