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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2353   TRY_TO(TraverseStmt(S->getControllingExpr()));
tools/clang/lib/AST/StmtPrinter.cpp
 1300   PrintExpr(Node->getControllingExpr());
tools/clang/lib/Sema/SemaExpr.cpp
16551                             GSE->getRParenLoc(), GSE->getControllingExpr(),
tools/clang/lib/Sema/SemaExprObjC.cpp
 4370         Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes,
tools/clang/lib/Sema/SemaOverload.cpp
14176           Context, GSE->getGenericLoc(), GSE->getControllingExpr(),
tools/clang/lib/Sema/SemaPseudoObject.cpp
  158             S.Context, gse->getGenericLoc(), gse->getControllingExpr(),
tools/clang/lib/Sema/TreeTransform.h
 9365     getDerived().TransformExpr(E->getControllingExpr());