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

References

tools/clang/lib/AST/ExprConstant.cpp
 6611   : public ConstStmtVisitor<Derived, bool> {
 6613   Derived &getDerived() { return static_cast<Derived&>(*this); }
 6670   typedef ConstStmtVisitor<Derived, bool> StmtVisitorTy;
13152   : public ExprEvaluatorBase<VoidExprEvaluator> {