Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp1002 for (auto I = InclusionPaths.begin(), E = InclusionPaths.end(); I != E; in findInclusionPathHandle()
1015 H = InclusionPaths.size(); in addInclusionPathHandle()
1016 InclusionPaths.push_back(HeaderInclusionPath(Path)); in addInclusionPathHandle()
1028 if ((H >= 0) && (H <= (InclusionPathHandle)InclusionPaths.size())) in getInclusionPath()
1029 return InclusionPaths[H].Path; in getInclusionPath()
1251 std::vector<HeaderInclusionPath> InclusionPaths; member in Modularize::__anond6678bf10111::PreprocessorTrackerImpl