/external/llvm-project/clang-tools-extra/modularize/ |
D | CoverageChecker.cpp | 351 bool CoverageChecker::collectFileSystemHeaders(StringRef IncludePath) { in collectFileSystemHeaders() argument 355 if (IncludePath.size()) in collectFileSystemHeaders() 356 sys::path::append(Directory, IncludePath); in collectFileSystemHeaders() 359 if (IncludePath.startswith("/") || IncludePath.startswith("\\") || in collectFileSystemHeaders() 360 ((IncludePath.size() >= 2) && (IncludePath[1] == ':'))) { in collectFileSystemHeaders() 361 llvm::errs() << "error: Include path \"" << IncludePath in collectFileSystemHeaders() 396 << IncludePath << "\"\n"; in collectFileSystemHeaders()
|
D | CoverageChecker.h | 150 bool collectFileSystemHeaders(llvm::StringRef IncludePath);
|
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
D | IncludeFixerTest.cpp | 154 std::vector<std::string> IncludePath = {"-Idir/"}; in TEST() local 156 runIncludeFixer("a::b::foo bar;\n", IncludePath)); in TEST() 158 IncludePath = {"-isystemdir"}; in TEST() 160 runIncludeFixer("a::b::foo bar;\n", IncludePath)); in TEST() 162 IncludePath = {"-iquotedir"}; in TEST() 164 runIncludeFixer("a::b::foo bar;\n", IncludePath)); in TEST() 166 IncludePath = {"-Idir", "-Idir/otherdir"}; in TEST() 168 runIncludeFixer("a::b::foo bar;\n", IncludePath)); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/ |
D | ResourceProcessor.h | 32 void addInclude(const PathType &IncludePath) { in addInclude() argument 33 IncludeList.push_back(IncludePath); in addInclude()
|
/external/llvm-project/llvm/include/llvm/WindowsResource/ |
D | ResourceProcessor.h | 32 void addInclude(const PathType &IncludePath) { in addInclude() argument 33 IncludeList.push_back(IncludePath); in addInclude()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Headers.cpp | 124 auto IncludePath = URI::includeSpelling(*U); in toHeaderFile() local 125 if (!IncludePath) in toHeaderFile() 126 return IncludePath.takeError(); in toHeaderFile() 127 if (!IncludePath->empty()) in toHeaderFile() 128 return HeaderFile{std::move(*IncludePath), /*Verbatim=*/true}; in toHeaderFile()
|
/external/llvm-project/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in __anona78de8930111::InitHeaderSearch 157 IncludePath.push_back( in AddUnmappedPath() 168 IncludePath.push_back( in AddUnmappedPath() 557 SearchList.reserve(IncludePath.size()); in Realize() 560 for (auto &Include : IncludePath) in Realize() 568 for (auto &Include : IncludePath) in Realize() 575 for (auto &Include : IncludePath) in Realize() 584 for (auto &Include : IncludePath) in Realize()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 41 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in __anonc67a03a50111::InitHeaderSearch 152 IncludePath.push_back( in AddUnmappedPath() 163 IncludePath.push_back( in AddUnmappedPath() 581 SearchList.reserve(IncludePath.size()); in Realize() 584 for (auto &Include : IncludePath) in Realize() 592 for (auto &Include : IncludePath) in Realize() 599 for (auto &Include : IncludePath) in Realize() 608 for (auto &Include : IncludePath) in Realize()
|
/external/llvm-project/llvm/tools/msbuild/ |
D | LLVM.Cpp.Common.props | 58 …<IncludePath Condition="'$(IncludePath)' == ''">$(IncludePath);$(VC_IncludePath);$(WindowsSDK_Incl…
|
/external/llvm-project/clang-tools-extra/clang-tidy/portability/ |
D | RestrictSystemIncludesCheck.h | 64 : Loc(Loc), Range(Range), IncludeFile(Filename), IncludePath(FullPath), in IncludeDirective() 70 std::string IncludePath; // Full file path as a string member
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | ROCm.h | 80 SmallString<0> IncludePath; variable 141 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
D | Cuda.h | 39 std::string IncludePath; variable 71 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
D | NetBSD.cpp | 443 for (const auto &IncludePath : Candidates) { in addLibCxxIncludePaths() local 444 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths() 448 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths()
|
D | AMDGPU.cpp | 282 IncludePath = InstallPath; in detectHIPRuntime() 283 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
|
D | Linux.cpp | 793 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local 794 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr, in addLibStdCxxIncludePaths()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 91 bool IncludePath; member in __anonc8c8bf1f0111::ClangDiagPathDiagConsumer 94 : Diag(Diag), IncludePath(false) {} in ClangDiagPathDiagConsumer() 102 return IncludePath ? Minimal : None; in getGenerationScheme() 106 IncludePath = true; in enablePaths() 121 if (!IncludePath) in FlushDiagnosticsImpl()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 696 MDString *IncludePath; 699 MDString *IncludePath, MDString *ISysRoot) 701 IncludePath(IncludePath), ISysRoot(ISysRoot) {} 705 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {} 710 IncludePath == RHS->getRawIncludePath() && 715 ConfigurationMacros, IncludePath, ISysRoot);
|
D | DebugInfoMetadata.cpp | 479 MDString *IncludePath, MDString *ISysRoot, in getImpl() argument 483 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot)); in getImpl() 484 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 821 MDString *IncludePath; 825 MDString *IncludePath, MDString *SysRoot) 827 IncludePath(IncludePath), SysRoot(SysRoot) {} 831 IncludePath(N->getRawIncludePath()), SysRoot(N->getRawSysRoot()) {} 836 IncludePath == RHS->getRawIncludePath() && 842 ConfigurationMacros, IncludePath, SysRoot);
|
D | DebugInfoMetadata.cpp | 718 MDString *IncludePath, MDString *SysRoot, in getImpl() argument 722 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, SysRoot)); in getImpl() 723 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, SysRoot}; in getImpl()
|
/external/clang/lib/Driver/ |
D | MSVCToolChain.cpp | 247 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersion() local 248 llvm::sys::path::append(IncludePath, "Include"); in getWindows10SDKVersion() 249 for (llvm::sys::fs::directory_iterator DirIt(IncludePath, EC), DirEnd; in getWindows10SDKVersion()
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContextImpl.h | 891 MDString *IncludePath; 896 MDString *ConfigurationMacros, MDString *IncludePath, 899 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath), 904 IncludePath(N->getRawIncludePath()), 910 IncludePath == RHS->getRawIncludePath() && 916 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
|
/external/llvm-project/llvm/lib/Support/ |
D | SourceMgr.cpp | 205 bool IncludePath) const { in getFormattedLocationNoOffset() 210 if (IncludePath) { in getFormattedLocationNoOffset()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | SourceMgr.h | 178 bool IncludePath = false) const;
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1661 StringRef IncludePath, StringRef ISysRoot, 1665 getCanonicalMDString(Context, IncludePath), 1671 MDString *IncludePath, MDString *ISysRoot, 1682 StringRef ConfigurationMacros, StringRef IncludePath, 1684 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot)) 1687 MDString *IncludePath, MDString *ISysRoot), 1688 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
|