Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitHeaderSearch.cpp41 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in __anon4ec272070111::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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/
DResourceProcessor.h33 void addInclude(const PathType &IncludePath) { in addInclude() argument
34 IncludeList.push_back(IncludePath); in addInclude()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/
DLLVM.Cpp.Common.props52 …<IncludePath Condition="'$(IncludePath)' == ''">$(IncludePath);$(VC_IncludePath);$(WindowsSDK_Incl…
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp91 bool IncludePath; member in __anon7aafed410111::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()
DDIBuilder.cpp690 StringRef IncludePath, in createModule() argument
693 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.h798 MDString *IncludePath;
802 MDString *IncludePath, MDString *ISysRoot)
804 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
808 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {}
813 IncludePath == RHS->getRawIncludePath() &&
819 ConfigurationMacros, IncludePath, ISysRoot);
DDebugInfoMetadata.cpp578 MDString *IncludePath, MDString *ISysRoot, in getImpl() argument
582 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot)); in getImpl()
583 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
DDIBuilder.cpp821 StringRef IncludePath, in createModule() argument
824 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
DDebugInfo.cpp781 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument
786 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
/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()
DToolChains.cpp1774 IncludePath = InstallPath + "/include"; in init()
1779 if (!(FS.exists(IncludePath) && FS.exists(BinPath) && FS.exists(LibPath) && in init()
4581 for (const auto &IncludePath : LibCXXIncludePathCandidates) { in AddClangCXXStdlibIncludeArgs() local
4582 if (IncludePath.empty() || !getVFS().exists(IncludePath)) in AddClangCXXStdlibIncludeArgs()
4585 addSystemInclude(DriverArgs, CC1Args, IncludePath); in AddClangCXXStdlibIncludeArgs()
4632 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in AddClangCXXStdlibIncludeArgs() local
4633 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr, in AddClangCXXStdlibIncludeArgs()
DToolChains.h172 std::string IncludePath; variable
201 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
/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))
DDIBuilder.h600 StringRef IncludePath,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2042 StringRef IncludePath, StringRef ISysRoot,
2046 getCanonicalMDString(Context, IncludePath),
2052 MDString *IncludePath, MDString *ISysRoot,
2063 StringRef ConfigurationMacros, StringRef IncludePath,
2065 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
2068 MDString *IncludePath, MDString *ISysRoot),
2069 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
DDIBuilder.h729 StringRef IncludePath,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DDebugInfo.h241 const char *IncludePath, size_t IncludePathLen,