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.h2664 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(Assoc.getAssociationExpr());
H A DExpr.h6196 ExprPtrTy getAssociationExpr() const { return E; } in getAssociationExpr() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp148 Expr *assocExpr = assoc.getAssociationExpr(); in rebuild()
H A DSemaExprObjC.cpp4574 Expr *sub = assoc.getAssociationExpr(); in stripARCUnbridgedCast()
H A DTreeTransform.h12995 getDerived().TransformExpr(Assoc.getAssociationExpr()); in TransformGenericSelectionExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1657 VisitExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
H A DStmtPrinter.cpp1668 PrintExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()