Home | History | Annotate | Download | only in AST

Lines Matching defs:Method

1669     CXXMethodDecl *Method = Node->getCallOperator();
1671 for (auto P : Method->params()) {
1680 if (Method->isVariadic()) {
1691 = Method->getType()->getAs<FunctionProtoType>();
2091 // Stmt method implementations