Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp41 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in __anonc075f86b0111::InitHeaderSearch
153 IncludePath.push_back( in AddUnmappedPath()
164 IncludePath.push_back( in AddUnmappedPath()
578 SearchList.reserve(IncludePath.size()); in Realize()
581 for (auto &Include : IncludePath) in Realize()
589 for (auto &Include : IncludePath) in Realize()
596 for (auto &Include : IncludePath) in Realize()
605 for (auto &Include : IncludePath) in Realize()
/freebsd-12.1/contrib/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h33 void addInclude(const PathType &IncludePath) { in addInclude() argument
34 IncludeList.push_back(IncludePath); in addInclude()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp87 bool IncludePath; member in __anonde997f250111::ClangDiagPathDiagConsumer
90 : Diag(Diag), IncludePath(false) {} in ClangDiagPathDiagConsumer()
98 return IncludePath ? Minimal : None; in getGenerationScheme()
102 IncludePath = true; in enablePaths()
127 if (!IncludePath) in FlushDiagnosticsImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.h38 std::string IncludePath; variable
70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
H A DLinux.cpp896 for (const auto &IncludePath : LibCXXIncludePathCandidates) { in addLibCxxIncludePaths() local
897 if (IncludePath.empty() || !getVFS().exists(IncludePath)) in addLibCxxIncludePaths()
900 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths()
951 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local
952 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr, in addLibStdCxxIncludePaths()
H A DCuda.cpp131 IncludePath = InstallPath + "/include"; in CudaInstallationDetector()
135 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
H A DMSVC.cpp996 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath() local
997 llvm::sys::path::append(IncludePath, "Include"); in getWindows10SDKVersionFromPath()
998 for (llvm::sys::fs::directory_iterator DirIt(IncludePath, EC), DirEnd; in getWindows10SDKVersionFromPath()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h796 MDString *IncludePath;
800 MDString *IncludePath, MDString *ISysRoot)
802 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
806 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {}
811 IncludePath == RHS->getRawIncludePath() &&
817 ConfigurationMacros, IncludePath, ISysRoot);
H A DDebugInfoMetadata.cpp700 MDString *IncludePath, MDString *ISysRoot, in getImpl() argument
704 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot)); in getImpl()
705 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
H A DDIBuilder.cpp823 StringRef IncludePath, in createModule() argument
826 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
H A DDebugInfo.cpp784 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument
789 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2124 StringRef IncludePath, StringRef ISysRoot,
2128 getCanonicalMDString(Context, IncludePath),
2134 MDString *IncludePath, MDString *ISysRoot,
2145 StringRef ConfigurationMacros, StringRef IncludePath,
2147 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
2150 MDString *IncludePath, MDString *ISysRoot),
2151 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
H A DDIBuilder.h729 StringRef IncludePath,
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DDebugInfo.h282 const char *IncludePath, size_t IncludePathLen,