Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h896 Visit(E->getControllingExpr()); in VisitGenericSelectionExpr()
897 Visit(E->getControllingExpr()->getType()); // FIXME: remove in VisitGenericSelectionExpr()
H A DExpr.h6369 Expr *getControllingExpr() { in getControllingExpr() function
6373 const Expr *getControllingExpr() const { in getControllingExpr() function
H A DRecursiveASTVisitor.h2657 TRY_TO(TraverseStmt(S->getControllingExpr()));
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp210 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder); in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp724 D |= E->getControllingExpr()->getDependence() & ExprDependence::Error; in computeDependence()
H A DStmtPrinter.cpp1656 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
H A DASTImporter.cpp7712 ToControllingExpr = importChecked(Err, E->getControllingExpr()); in VisitGenericSelectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp157 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
H A DSemaExprObjC.cpp4581 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
H A DSemaOverload.cpp16941 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
H A DTreeTransform.h12974 ControllingExpr = getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
H A DSemaExpr.cpp19770 ExOrTy = GSE->getControllingExpr(); in rebuildPotentialResultsAsNonOdrUsed()