Searched refs:getControllingExpr (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 837 Visit(E->getControllingExpr()); in VisitGenericSelectionExpr() 838 Visit(E->getControllingExpr()->getType()); // FIXME: remove in VisitGenericSelectionExpr()
|
H A D | Expr.h | 6170 Expr *getControllingExpr() { in getControllingExpr() function 6174 const Expr *getControllingExpr() const { in getControllingExpr() function
|
H A D | RecursiveASTVisitor.h | 2614 TRY_TO(TraverseStmt(S->getControllingExpr()));
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 154 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder); in AST_MATCHER_P()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 723 D |= E->getControllingExpr()->getDependence() & ExprDependence::Error; in computeDependence()
|
H A D | StmtPrinter.cpp | 1518 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
|
H A D | ASTImporter.cpp | 7364 ToControllingExpr = importChecked(Err, E->getControllingExpr()); in VisitGenericSelectionExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 159 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
|
H A D | SemaExprObjC.cpp | 4587 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
|
H A D | SemaOverload.cpp | 16124 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
|
H A D | TreeTransform.h | 11850 ControllingExpr = getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
|
H A D | SemaExpr.cpp | 19289 ExOrTy = GSE->getControllingExpr(); in rebuildPotentialResultsAsNonOdrUsed()
|