Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DMisleadingIndentationCheck.cpp82 SourceLocation OuterLoc = CurrentStmt->getBeginLoc(); in missingBracesCheck() local
84 if (InnerLoc.isInvalid() || InnerLoc.isMacroID() || OuterLoc.isInvalid() || in missingBracesCheck()
85 OuterLoc.isMacroID()) in missingBracesCheck()
89 SM.getExpansionLineNumber(OuterLoc)) in missingBracesCheck()
101 diag(OuterLoc, "did you mean this line to be inside this '%0'", in missingBracesCheck()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMultipleStatementMacroCheck.cpp75 SourceLocation OuterLoc = Outer->getBeginLoc(); in check() local
77 OuterLoc = cast<IfStmt>(Outer)->getElseLoc(); in check()
80 auto OuterRanges = getExpansionRanges(OuterLoc, Result); in check()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1357 OpenMPIRBuilder::LocationDescription OuterLoc(Builder.saveIP(), DL); in TEST_F() local
1381 OuterLoc, OuterLoopBodyGenCB, OuterTripCount, "outer"); in TEST_F()