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

/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp345 std::string BaseSDKPath; local
351 BaseSDKPath = envValue;
360 BaseSDKPath = std::string(P.str());
363 AddPath(BaseSDKPath + "/target/include", System, false);
364 AddPath(BaseSDKPath + "/target/include_common", System, false);

Completed in 265 milliseconds