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

  /external/clang/lib/Lex/
ModuleMap.cpp 1092 SmallString<128> PathName;
1094 PathName = FileName;
1095 File = SourceMgr.getFileManager().getFile(PathName);
1097 PathName = Dir->getName()
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 221 char PathName[MAX_PATH + 1];
238 array_lengthof(PathName),
239 PathName,
243 else if (length > array_lengthof(PathName)) {
254 // Make sure PathName is valid.
255 PathName[MAX_PATH] = 0;
256 return PathName;

Completed in 25 milliseconds