Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp44 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder); in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1482 dumpStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()
1483 dumpTypeAsChild(E->getControllingExpr()->getType()); // FIXME: remove in VisitGenericSelectionExpr()
H A DStmtPrinter.cpp1264 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp156 gse->getControllingExpr(), in rebuild()
H A DSemaExprObjC.cpp4347 gse->getControllingExpr(), in stripARCUnbridgedCast()
H A DSemaOverload.cpp13705 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
H A DTreeTransform.h9066 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h5073 const Expr *getControllingExpr() const { in getControllingExpr() function
5076 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
H A DRecursiveASTVisitor.h2303 TRY_TO(TraverseStmt(S->getControllingExpr()));
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp974 Record.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()