Home | History | Annotate | Download | only in libclang

Lines Matching full:pchname

760         SmallString<512> pchName;
762 llvm::raw_svector_ostream os(pchName);
765 pchName.push_back('\0');
767 if (stat(pchName.str().c_str(), &stat_results) == 0)