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

/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp792 int TmpFD; local
793 if (llvm::sys::fs::createUniqueFile(IndexPath + "-%%%%%%%%", TmpFD,
798 llvm::raw_fd_ostream Out(TmpFD, true);

Completed in 28 milliseconds