Home
last modified time | relevance | path

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

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