Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMultipleStatementMacroCheck.cpp45 ExpansionRanges getExpansionRanges(SourceLocation Loc, in getExpansionRanges() function
79 auto InnerRanges = getExpansionRanges(Inner->getBeginLoc(), Result); in check()
80 auto OuterRanges = getExpansionRanges(OuterLoc, Result); in check()
81 auto NextRanges = getExpansionRanges(Next->getBeginLoc(), Result); in check()