Home
last modified time | relevance | path

Searched refs:getControllingExpr (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h708 Visit(E->getControllingExpr()); in VisitGenericSelectionExpr()
709 Visit(E->getControllingExpr()->getType()); // FIXME: remove in VisitGenericSelectionExpr()
DExpr.h5797 Expr *getControllingExpr() { in getControllingExpr() function
5800 const Expr *getControllingExpr() const { in getControllingExpr() function
DRecursiveASTVisitor.h2439 TRY_TO(TraverseStmt(S->getControllingExpr()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp100 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder); in AST_MATCHER_P()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DComputeDependence.cpp630 D |= E->getControllingExpr()->getDependence() & ExprDependence::Error; in computeDependence()
DStmtPrinter.cpp1301 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
DASTImporter.cpp6729 auto *ToControllingExpr = importChecked(Err, E->getControllingExpr()); in VisitGenericSelectionExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
DSemaExprObjC.cpp4575 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
DSemaOverload.cpp15048 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
DTreeTransform.h10368 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
DSemaExpr.cpp18373 GSE->getRParenLoc(), GSE->getControllingExpr(), in rebuildPotentialResultsAsNonOdrUsed()