Home
last modified time | relevance | path

Searched refs:getAssociationExpr (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h229 Visit(A.getAssociationExpr()); in Visit()
H A DRecursiveASTVisitor.h2563 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(Assoc.getAssociationExpr());
H A DExpr.h5684 ExprPtrTy getAssociationExpr() const { return E; } in getAssociationExpr() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp148 Expr *assocExpr = assoc.getAssociationExpr(); in rebuild()
H A DSemaExprObjC.cpp4570 Expr *sub = assoc.getAssociationExpr(); in stripARCUnbridgedCast()
H A DTreeTransform.h10649 getDerived().TransformExpr(Assoc.getAssociationExpr()); in TransformGenericSelectionExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp1551 VisitExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
H A DStmtPrinter.cpp1460 PrintExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()