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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp2144 SmallString<128> FixedDriveRealPath; local
2152 FixedDriveRealPath = (Name.substr(0, 1) + RealPathName.substr(1)).str();
2153 RealPathName = FixedDriveRealPath;

Completed in 232 milliseconds