reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2052 OperatorNew, OperatorDelete)) 2063 if (OperatorNew) { 2065 OperatorNew->getType()->getAs<FunctionProtoType>(); 2073 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, 2082 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs); 2089 (OperatorNew->isImplicit() || 2090 (OperatorNew->getBeginLoc().isValid() && 2091 getSourceManager().isInSystemHeader(OperatorNew->getBeginLoc())))) { 2165 if (OperatorNew) { 2166 if (DiagnoseUseOfDecl(OperatorNew, StartLoc)) 2168 MarkFunctionReferenced(StartLoc, OperatorNew); 2176 return CXXNewExpr::Create(Context, UseGlobal, OperatorNew, OperatorDelete,