Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h734 Visit(E->getControllingExpr()); in VisitGenericSelectionExpr()
735 Visit(E->getControllingExpr()->getType()); // FIXME: remove in VisitGenericSelectionExpr()
H A DExpr.h5812 Expr *getControllingExpr() { in getControllingExpr() function
5815 const Expr *getControllingExpr() const { in getControllingExpr() function
H A DRecursiveASTVisitor.h2556 TRY_TO(TraverseStmt(S->getControllingExpr()));
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp105 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder); in AST_MATCHER_P()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp656 D |= E->getControllingExpr()->getDependence() & ExprDependence::Error; in computeDependence()
H A DStmtPrinter.cpp1461 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
H A DASTImporter.cpp6995 auto *ToControllingExpr = importChecked(Err, E->getControllingExpr()); in VisitGenericSelectionExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
H A DSemaExprObjC.cpp4569 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
H A DSemaOverload.cpp15425 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
H A DTreeTransform.h10797 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
H A DSemaExpr.cpp19598 GSE->getRParenLoc(), GSE->getControllingExpr(), in rebuildPotentialResultsAsNonOdrUsed()