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

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  620     Visit(E->getControllingExpr());
  621     Visit(E->getControllingExpr()->getType()); // FIXME: remove
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
   55   return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder);