HomeSort by relevance Sort by last modified time
    Searched defs:IncludePath (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
151 IncludePath.push_back(
162 IncludePath.push_back(
582 SearchList.reserve(IncludePath.size());
585 for (auto &Include : IncludePath)
593 for (auto &Include : IncludePath)
600 for (auto &Include : IncludePath)
609 for (auto &Include : IncludePath)
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 91 bool IncludePath;
94 : Diag(Diag), IncludePath(false) {}
102 return IncludePath ? Minimal : None;
106 IncludePath = true;
121 if (!IncludePath)
  /external/llvm/lib/IR/
LLVMContextImpl.h 594 StringRef IncludePath;
598 StringRef IncludePath,
601 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
605 IncludePath(N->getIncludePath()), ISysRoot(N->getISysRoot()) {}
610 IncludePath == RHS->getIncludePath() &&
615 ConfigurationMacros, IncludePath, ISysRoot);
    [all...]

Completed in 419 milliseconds