/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 41 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/ |
D | ResourceProcessor.h | 33 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/ |
D | LLVM.Cpp.Common.props | 52 …<IncludePath Condition="'$(IncludePath)' == ''">$(IncludePath);$(VC_IncludePath);$(WindowsSDK_Incl…
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 91 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/ |
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()
|
D | DIBuilder.cpp | 690 StringRef IncludePath, in createModule() argument 693 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 798 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);
|
D | DebugInfoMetadata.cpp | 578 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()
|
D | DIBuilder.cpp | 821 StringRef IncludePath, in createModule() argument 824 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
|
D | DebugInfo.cpp | 781 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument 786 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
|
/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()
|
D | ToolChains.cpp | 1774 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()
|
D | ToolChains.h | 172 std::string IncludePath; variable 201 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
/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))
|
D | DIBuilder.h | 600 StringRef IncludePath,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2042 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))
|
D | DIBuilder.h | 729 StringRef IncludePath,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 241 const char *IncludePath, size_t IncludePathLen,
|