Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DStaticAssertCheck.cpp85 SourceLocation AssertExpansionLoc = CondStmt->getBeginLoc(); in check() local
87 if (!AssertExpansionLoc.isValid() || !AssertExpansionLoc.isMacroID()) in check()
91 Lexer::getImmediateMacroName(AssertExpansionLoc, SM, Opts); in check()
112 SourceLocation AssertLoc = SM.getImmediateMacroCallerLoc(AssertExpansionLoc); in check()