Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantControlFlowCheck.cpp27 bool isLocationInMacroExpansion(const SourceManager &SM, SourceLocation Loc) { in isLocationInMacroExpansion() function
76 if (isLocationInMacroExpansion(SM, StmtRange.getBegin())) in issueDiagnostic()