Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp541 InclusionPathHandles.push_back(H); in MacroExpansionInstance()
548 for (auto I = InclusionPathHandles.begin(), E = InclusionPathHandles.end(); in haveInclusionPathHandle()
558 InclusionPathHandles.push_back(H); in addInclusionPathHandle()
568 std::vector<InclusionPathHandle> InclusionPathHandles; member in Modularize::__anond6678bf10111::MacroExpansionInstance
639 InclusionPathHandles.push_back(H); in ConditionalExpansionInstance()
646 for (auto I = InclusionPathHandles.begin(), E = InclusionPathHandles.end(); in haveInclusionPathHandle()
656 InclusionPathHandles.push_back(H); in addInclusionPathHandle()
662 std::vector<InclusionPathHandle> InclusionPathHandles; member in Modularize::__anond6678bf10111::ConditionalExpansionInstance
1151 for (auto IIP = MacroInfo.InclusionPathHandles.begin(), in reportInconsistentMacros()
1152 EIP = MacroInfo.InclusionPathHandles.end(); in reportInconsistentMacros()
[all …]