Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitHeaderSearch.cpp40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in __anonf95428d50111::InitHeaderSearch
151 IncludePath.push_back( in AddUnmappedPath()
162 IncludePath.push_back( in AddUnmappedPath()
568 SearchList.reserve(IncludePath.size()); in Realize()
571 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end(); in Realize()
580 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end(); in Realize()
589 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end(); in Realize()
599 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end(); in Realize()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp91 bool IncludePath; member in __anonf4d35e4f0111::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()
/NextBSD/contrib/llvm/lib/IR/
HDLLVMContextImpl.h658 StringRef IncludePath;
662 StringRef IncludePath,
665 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
669 IncludePath(N->getIncludePath()), ISysRoot(N->getISysRoot()) {}
674 IncludePath == RHS->getIncludePath() &&
679 ConfigurationMacros, IncludePath, ISysRoot);
HDDebugInfoMetadata.cpp420 MDString *IncludePath, MDString *ISysRoot, in getImpl() argument
425 getString(IncludePath), getString(ISysRoot))); in getImpl()
426 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
HDDIBuilder.cpp715 StringRef IncludePath, in createModule() argument
718 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
/NextBSD/contrib/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1649 StringRef IncludePath, StringRef ISysRoot,
1653 getCanonicalMDString(Context, IncludePath),
1659 MDString *IncludePath, MDString *ISysRoot,
1670 StringRef ConfigurationMacros, StringRef IncludePath,
1672 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
1675 MDString *IncludePath, MDString *ISysRoot),
1676 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
HDDIBuilder.h578 StringRef IncludePath,
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDToolChains.cpp3542 for (const auto &IncludePath : LibCXXIncludePathCandidates) { in AddClangCXXStdlibIncludeArgs() local
3543 if (!llvm::sys::fs::exists(IncludePath)) in AddClangCXXStdlibIncludeArgs()
3546 addSystemInclude(DriverArgs, CC1Args, IncludePath); in AddClangCXXStdlibIncludeArgs()
3592 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in AddClangCXXStdlibIncludeArgs() local
3593 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr, in AddClangCXXStdlibIncludeArgs()