reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/misc/StaticAssertCheck.cpp
   80   const ASTContext *ASTCtx = Result.Context;
   83   const auto *CondStmt = Result.Nodes.getNodeAs<Stmt>("condStmt");
   84   const auto *Condition = Result.Nodes.getNodeAs<Expr>("condition");
   85   const auto *IsAlwaysFalse = Result.Nodes.getNodeAs<Expr>("isAlwaysFalse");
   86   const auto *AssertMSG = Result.Nodes.getNodeAs<StringLiteral>("assertMSG");
   88       Result.Nodes.getNodeAs<BinaryOperator>("assertExprRoot");
   89   const auto *CastExpr = Result.Nodes.getNodeAs<CStyleCastExpr>("castExpr");