Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/modularize/
DCoverageChecker.cpp351 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()
DCoverageChecker.h150 bool collectFileSystemHeaders(llvm::StringRef IncludePath);
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DIncludeFixerTest.cpp154 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/
DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { in addInclude() argument
33 IncludeList.push_back(IncludePath); in addInclude()
/external/llvm-project/llvm/include/llvm/WindowsResource/
DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { in addInclude() argument
33 IncludeList.push_back(IncludePath); in addInclude()
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp124 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/
DInitHeaderSearch.cpp40 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/
DInitHeaderSearch.cpp41 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/
DLLVM.Cpp.Common.props58 …<IncludePath Condition="'$(IncludePath)' == ''">$(IncludePath);$(VC_IncludePath);$(WindowsSDK_Incl…
/external/llvm-project/clang-tools-extra/clang-tidy/portability/
DRestrictSystemIncludesCheck.h64 : 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/
DROCm.h80 SmallString<0> IncludePath; variable
141 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
DCuda.h39 std::string IncludePath; variable
71 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
DNetBSD.cpp443 for (const auto &IncludePath : Candidates) { in addLibCxxIncludePaths() local
444 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths()
448 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths()
DAMDGPU.cpp282 IncludePath = InstallPath; in detectHIPRuntime()
283 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
DLinux.cpp793 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local
794 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr, in addLibStdCxxIncludePaths()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp91 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/
DLLVMContextImpl.h696 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);
DDebugInfoMetadata.cpp479 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/
DLLVMContextImpl.h821 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);
DDebugInfoMetadata.cpp718 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/
DMSVCToolChain.cpp247 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/
DLLVMContextImpl.h891 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/
DSourceMgr.cpp205 bool IncludePath) const { in getFormattedLocationNoOffset()
210 if (IncludePath) { in getFormattedLocationNoOffset()
/external/llvm-project/llvm/include/llvm/Support/
DSourceMgr.h178 bool IncludePath = false) const;
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1661 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))

12