HomeSort by: relevance | last modified time | path
    Searched defs:IncludePath (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Cuda.h 39 std::string IncludePath;
71 StringRef getIncludePath() const { return IncludePath; }
ROCm.h 89 SmallString<0> IncludePath;
166 StringRef getIncludePath() const { return IncludePath; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
157 IncludePath.push_back(
168 IncludePath.push_back(
557 SearchList.reserve(IncludePath.size());
560 for (auto &Include : IncludePath)
568 for (auto &Include : IncludePath)
575 for (auto &Include : IncludePath)
584 for (auto &Include : IncludePath)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 891 MDString *IncludePath;
897 MDString *ConfigurationMacros, MDString *IncludePath,
900 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath),
905 IncludePath(N->getRawIncludePath()),
912 IncludePath == RHS->getRawIncludePath() &&
919 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 2677 std::string IncludePath = Mod.getPath().str();
2680 RemapPath(IncludePath));

Completed in 63 milliseconds