Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h264 Visit(A.getAssociationExpr()); in Visit()
H A DRecursiveASTVisitor.h2621 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(Assoc.getAssociationExpr());
H A DExpr.h5997 ExprPtrTy getAssociationExpr() const { return E; } in getAssociationExpr() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp150 Expr *assocExpr = assoc.getAssociationExpr(); in rebuild()
H A DSemaExprObjC.cpp4580 Expr *sub = assoc.getAssociationExpr(); in stripARCUnbridgedCast()
H A DTreeTransform.h11871 getDerived().TransformExpr(Assoc.getAssociationExpr()); in TransformGenericSelectionExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1616 VisitExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
H A DStmtPrinter.cpp1530 PrintExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()