Searched refs:FakeBufferForRecovery (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DSourceManager.cpp369 NumBinaryProbes(0), FakeBufferForRecovery(0) {
390 delete FakeBufferForRecovery;
479 if (!FakeBufferForRecovery)
480 FakeBufferForRecovery
483 return FakeBufferForRecovery;
/external/clang/include/clang/Basic/
H A DSourceManager.h566 mutable llvm::MemoryBuffer *FakeBufferForRecovery; member in class:clang::SourceManager

Completed in 35 milliseconds