Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1_main.cpp199 if (Clang->getHeaderSearchOpts().UseBuiltinIncludes && in cc1_main()
200 Clang->getHeaderSearchOpts().ResourceDir.empty()) in cc1_main()
201 Clang->getHeaderSearchOpts().ResourceDir = in cc1_main()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h300 HeaderSearchOptions &getHeaderSearchOpts() { in getHeaderSearchOpts() function
301 return Invocation->getHeaderSearchOpts(); in getHeaderSearchOpts()
303 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts() function
304 return Invocation->getHeaderSearchOpts(); in getHeaderSearchOpts()
537 StringRef Format = getHeaderSearchOpts().ModuleFormat; in getPCHContainerWriter()
551 StringRef Format = getHeaderSearchOpts().ModuleFormat; in getPCHContainerReader()
H A DCompilerInvocation.h95 HeaderSearchOptions &getHeaderSearchOpts() { return *HeaderSearchOpts; } in getHeaderSearchOpts() function
97 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts() function
H A DASTUnit.h461 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp197 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()
409 ApplyHeaderSearchOptions(PP->getHeaderSearchInfo(), getHeaderSearchOpts(), in createPreprocessor()
424 getHeaderSearchOpts().Sysroot); in createPreprocessor()
492 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, in createPCHExternalASTSource()
937 if (getHeaderSearchOpts().Verbose) in ExecuteAction()
1047 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1469 getHeaderSearchOpts().ModuleCachePruneInterval > 0 && in createModuleManager()
1470 getHeaderSearchOpts().ModuleCachePruneAfter > 0) { in createModuleManager()
1471 pruneModuleCache(getHeaderSearchOpts()); in createModuleManager()
1474 HeaderSearchOptions &HSOpts = getHeaderSearchOpts(); in createModuleManager()
[all …]
H A DFrontendActions.cpp125 Sysroot = CI.getHeaderSearchOpts().Sysroot; in ComputeASTConsumerArguments()
331 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; in ExecuteAction()
686 CI.getHeaderSearchOpts().ModuleFormat = "obj"; in BeginInvocation()
712 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ExecuteAction()
H A DFrontendAction.cpp573 CI.getHeaderSearchOpts() = AST->getHeaderSearchOpts(); in BeginSourceFile()
H A DASTUnit.cpp1509 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCompilerInvocationAction()
1741 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCommandLine()
1747 CI->getHeaderSearchOpts().ModuleFormat = ModuleFormat.getValue(); in LoadFromCommandLine()
H A DCompilerInvocation.cpp113 HeaderSearchOpts(new HeaderSearchOptions(X.getHeaderSearchOpts())), in CompilerInvocationBase()
3276 ParseHeaderSearchArgs(Res.getHeaderSearchOpts(), Args, in CreateFromArgs()
3382 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash()
3474 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in createVFSFromCompilerInvocation()
3479 for (const auto &File : CI.getHeaderSearchOpts().VFSOverlayFiles) { in createVFSFromCompilerInvocation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp397 m_compiler->getHeaderSearchOpts().UseLibcxx = true; in ClangExpressionParser()
411 m_compiler->getHeaderSearchOpts().UseLibcxx = true; in ClangExpressionParser()
540 m_compiler->getHeaderSearchOpts(), m_compiler->getPreprocessorOpts(), in ClangExpressionParser()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp144 HeaderSearchOpts(CI.getHeaderSearchOpts()), in PCHContainerGenerator()
H A DCodeGenAction.cpp896 BA, CI.getDiagnostics(), CI.getHeaderSearchOpts(), in CreateASTConsumer()
1040 EmitBackendOutput(CI.getDiagnostics(), CI.getHeaderSearchOpts(), in ExecuteAction()
H A DCodeGenModule.h654 const HeaderSearchOptions &getHeaderSearchOpts() in getHeaderSearchOpts() function
H A DCGDebugInfo.cpp2316 Mod.getPath(), CGM.getHeaderSearchOpts().Sysroot); in getOrCreateModuleRef()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h269 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } in getHeaderSearchOpts() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp339 if (Invocation->getHeaderSearchOpts().Verbose) { in runInvocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp395 if (HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps && in findKnownHeader()
1973 if (Map.HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps && in parseModuleDecl()
2127 Map.HeaderInfo.getHeaderSearchOpts().ModuleMapFileHomeIsCwd in parseExternModuleDecl()
H A DHeaderSearch.cpp1418 if (getHeaderSearchOpts().ModuleMapFileHomeIsCwd) in loadModuleMapFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1413 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) { in writeUnhashedControlBlock()
1502 .getHeaderSearchOpts() in WriteControlBlock()
1639 = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in WriteControlBlock()
1740 PP.getHeaderSearchInfo().getHeaderSearchOpts(), in WriteControlBlock()
H A DASTReader.cpp2378 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ReadControlBlock()
4083 .getHeaderSearchOpts() in ReadAST()
4268 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in readUnhashedControlBlock()