Lines Matching defs:Operator
2556 bool &PassAlignment, FunctionDecl *&Operator,
2589 Operator = FnDecl;
2603 Operator, &Candidates, AlignArg,
2620 Operator, /*Candidates=*/nullptr,
3292 FunctionDecl *&Operator, bool Diagnose,
3315 Operator = cast<CXXMethodDecl>(Matches[0].FD);
3318 if (Operator->isDeleted()) {
3320 StringLiteral *Msg = Operator->getDeletedMessage();
3323 NoteDeletedFunction(Operator);
3362 Operator = nullptr;
3854 FunctionDecl *&Operator) {
3908 Operator = FnDecl;
5113 CXXMethodDecl *Operator = cast<CXXMethodDecl>(*Op);
5114 if((Operator->*IsDesiredOp)()) {
5116 auto *CPT = Operator->getType()->castAs<FunctionProtoType>();