| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 41 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 D | ResourceProcessor.h | 33 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 D | AnalysisConsumer.cpp | 87 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 D | Cuda.h | 38 std::string IncludePath; variable 70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
| H A D | Linux.cpp | 896 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 D | Cuda.cpp | 131 IncludePath = InstallPath + "/include"; in CudaInstallationDetector() 135 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
|
| H A D | MSVC.cpp | 996 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 D | LLVMContextImpl.h | 796 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 D | DebugInfoMetadata.cpp | 700 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 D | DIBuilder.cpp | 823 StringRef IncludePath, in createModule() argument 826 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
|
| H A D | DebugInfo.cpp | 784 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 D | DebugInfoMetadata.h | 2124 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 D | DIBuilder.h | 729 StringRef IncludePath,
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 282 const char *IncludePath, size_t IncludePathLen,
|