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

  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath;
156 IncludePath.push_back(
167 IncludePath.push_back(
612 SearchList.reserve(IncludePath.size());
615 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end();
624 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end();
633 for (path_iterator it = IncludePath.begin(), ie = IncludePath.end()
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 88 bool IncludePath;
91 : Diag(Diag), IncludePath(false) {}
99 return IncludePath ? Minimal : None;
103 IncludePath = true;
118 if (!IncludePath)
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 322 milliseconds