HomeSort by relevance Sort by last modified time
    Searched defs:pchName (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 184 std::string pchName = includes[i-1];
185 llvm::raw_string_ostream os(pchName);
191 *Clang, pchName, Bufs, serialBufNames,
213 std::string pchName = includes.back() + ".pch-final";
214 serialBufNames.push_back(pchName);
215 Reader = createASTReader(CI, pchName, SerialBufs, serialBufNames);
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 745 SmallString<512> pchName;
747 llvm::raw_svector_ostream os(pchName);
750 pchName.push_back('\0');
752 if (stat(pchName.str().c_str(), &stat_results) == 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
umx.h 59 LPSTR pchName;
67 LPWSTR pchName;

Completed in 113 milliseconds