Searched refs:getCallOperator (Results 1 – 6 of 6) sorted by relevance
973 *Stored++ = getCallOperator()->getBody(); in LambdaExpr()1032 (getCallOperator() == C->getCapturedVar()->getDeclContext())); in isInitCapture()1090 CXXMethodDecl *LambdaExpr::getCallOperator() const { in getCallOperator() function in LambdaExpr1107 getCallOperator()->getBody(); in getBody()1113 return !getCallOperator()->isConst(); in isMutable()
1965 CXXMethodDecl *Method = Node->getCallOperator(); in VisitLambdaExpr()
2156 TypeLoc TL = S->getCallOperator()->getTypeSourceInfo()->getTypeLoc();
1653 CXXMethodDecl *getCallOperator() const;
9857 TypeSourceInfo *OldCallOpTSI = E->getCallOperator()->getTypeSourceInfo(); in TransformLambdaExpr()9891 E->getCallOperator()->getLocEnd(), in TransformLambdaExpr()9895 getDerived().transformAttrs(E->getCallOperator(), NewCallOperator); in TransformLambdaExpr()9896 getDerived().transformedLocalDecl(E->getCallOperator(), NewCallOperator); in TransformLambdaExpr()
2837 TypeLoc TL = E->getCallOperator()->getTypeSourceInfo()->getTypeLoc(); in RunVisitorWorkList()