Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DStaticAssertCheck.cpp115 SourceLocation LastParenLoc; in check() local
117 (LastParenLoc = getLastParenLoc(ASTCtx, AssertLoc)).isValid()) { in check()
131 FixItHint::CreateInsertion(LastParenLoc, StaticAssertMSG)); in check()