Searched refs:isInMacro (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | DurationComparisonCheck.cpp | 42 if (isInMacro(Result, Binop->getLHS()) || isInMacro(Result, Binop->getRHS())) in check()
|
| H A D | TimeComparisonCheck.cpp | 39 if (isInMacro(Result, Binop->getLHS()) || isInMacro(Result, Binop->getRHS())) in check()
|
| H A D | DurationConversionCastCheck.cpp | 40 if (isInMacro(Result, MatchedCast)) in check()
|
| H A D | DurationRewriter.h | 96 bool isInMacro(const ast_matchers::MatchFinder::MatchResult &Result,
|
| H A D | DurationUnnecessaryConversionCheck.cpp | 80 if (isInMacro(Result, OuterCall)) in check()
|
| H A D | DurationRewriter.cpp | 305 bool isInMacro(const MatchFinder::MatchResult &Result, const Expr *E) { in isInMacro() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | MultipleStatementMacroCheck.cpp | 21 AST_MATCHER(Expr, isInMacro) { return Node.getBeginLoc().isMacroID(); } in AST_MATCHER() argument 59 const auto Inner = expr(isInMacro(), unless(compoundStmt())).bind("inner"); in registerMatchers()
|