Searched refs:getControllingExpr (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 684 Visit(E->getControllingExpr()); in VisitGenericSelectionExpr() 685 Visit(E->getControllingExpr()->getType()); // FIXME: remove in VisitGenericSelectionExpr()
|
| H A D | Expr.h | 5730 Expr *getControllingExpr() { in getControllingExpr() function 5733 const Expr *getControllingExpr() const { in getControllingExpr() function
|
| H A D | RecursiveASTVisitor.h | 2425 TRY_TO(TraverseStmt(S->getControllingExpr()));
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 100 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder); in AST_MATCHER_P()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 626 D |= E->getControllingExpr()->getDependence() & ExprDependence::Error; in computeDependence()
|
| H A D | StmtPrinter.cpp | 1288 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
|
| H A D | ASTImporter.cpp | 6600 auto *ToControllingExpr = importChecked(Err, E->getControllingExpr()); in VisitGenericSelectionExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(), in rebuild()
|
| H A D | SemaExprObjC.cpp | 4575 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()
|
| H A D | SemaOverload.cpp | 15028 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
|
| H A D | TreeTransform.h | 10294 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
|
| H A D | SemaExpr.cpp | 18197 GSE->getRParenLoc(), GSE->getControllingExpr(), in rebuildPotentialResultsAsNonOdrUsed()
|