Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h227 Visit(A.getAssociationExpr()); in Visit()
H A DRecursiveASTVisitor.h2429 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(Assoc.getAssociationExpr());
H A DExpr.h5605 ExprPtrTy getAssociationExpr() const { return E; } in getAssociationExpr() function
/netbsd/external/apache2/llvm/dist/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.h10312 getDerived().TransformExpr(Assoc.getAssociationExpr()); in TransformGenericSelectionExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp1459 VisitExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
H A DStmtPrinter.cpp1297 PrintExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()