Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h5786 ExprPtrTy getAssociationExpr() const { return E; } in getAssociationExpr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp148 Expr *assocExpr = assoc.getAssociationExpr(); in rebuild()
H A DSemaExprObjC.cpp4568 Expr *sub = assoc.getAssociationExpr(); in stripARCUnbridgedCast()
H A DTreeTransform.h11028 getDerived().TransformExpr(Assoc.getAssociationExpr()); in TransformGenericSelectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1605 VisitExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
H A DStmtPrinter.cpp1484 PrintExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()