Searched defs:Sysroot (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h99 std::string Sysroot; member in class:clang::HeaderSearchOptions
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1870 llvm::StringRef Sysroot = GetHeaderSysroot(DriverArgs); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1498 std::string Sysroot = HSOpts.Sysroot; local
506 createPCHExternalASTSource( StringRef Path, StringRef Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, InMemoryModuleCache &ModuleCache, ASTContext &Context, const PCHContainerReader &PCHContainerRdr, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, ArrayRef<std::shared_ptr<DependencyCollector>> DependencyCollectors, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
H A DFrontendActions.cpp96 std::string Sysroot; local
170 std::string Sysroot; local
123 ComputeASTConsumerArguments(CompilerInstance &CI, std::string &Sysroot) argument
333 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; local
[all...]
H A DPrecompiledPreamble.cpp199 std::string Sysroot; local

Completed in 151 milliseconds