Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h741 Visit(E->getControllingExpr()); in VisitGenericSelectionExpr()
742 Visit(E->getControllingExpr()->getType()); // FIXME: remove in VisitGenericSelectionExpr()
H A DExpr.h5959 Expr *getControllingExpr() { in getControllingExpr() function
5963 const Expr *getControllingExpr() const { in getControllingExpr() function
H A DRecursiveASTVisitor.h2556 TRY_TO(TraverseStmt(S->getControllingExpr()));
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp154 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder); in AST_MATCHER_P()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp684 D |= E->getControllingExpr()->getDependence() & ExprDependence::Error; in computeDependence()
H A DStmtPrinter.cpp1472 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
H A DASTImporter.cpp7262 ToControllingExpr = importChecked(Err, E->getControllingExpr()); in VisitGenericSelectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp157 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
H A DSemaExprObjC.cpp4575 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
H A DSemaOverload.cpp16130 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
H A DTreeTransform.h11007 ControllingExpr = getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
H A DSemaExpr.cpp20294 ExOrTy = GSE->getControllingExpr(); in rebuildPotentialResultsAsNonOdrUsed()