Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3296 bool IsSysrootSpecified = in ParseHeaderSearchArgs() local
3301 auto PrefixHeaderPath = [IsSysrootSpecified, in ParseHeaderSearchArgs()
3305 if (IsSysrootSpecified && !IsFramework && A->getValue()[0] == '=') { in ParseHeaderSearchArgs()