HomeSort by: relevance | last modified time | path
    Searched refs:OperatorNew (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 1266 FunctionDecl *OperatorNew = nullptr;
1315 OperatorNew, UnusedResult, /*Diagnose*/ false);
1321 if (!OperatorNew && !PlacementArgs.empty()) {
1326 OperatorNew, UnusedResult, /*Diagnose*/ false);
1333 if (!OperatorNew) {
1337 OperatorNew, UnusedResult);
1341 OperatorNew && !isa<CXXRecordDecl>(OperatorNew->getDeclContext());
1345 if (RequiresNoThrowAlloc && (!OperatorNew || IsGlobalOverload)) {
1350 OperatorNew = nullptr
    [all...]
SemaExprCXX.cpp 2162 FunctionDecl *OperatorNew = nullptr;
2176 OperatorNew, OperatorDelete))
2187 if (OperatorNew) {
2188 auto *Proto = OperatorNew->getType()->castAs<FunctionProtoType>();
2197 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto,
2266 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, CallArgs);
2268 checkCall(OperatorNew, Proto, /*ThisArg=*/nullptr, CallArgs,
2274 (OperatorNew->isImplicit() ||
2275 (OperatorNew->getBeginLoc().isValid() &&
2276 getSourceManager().isInSystemHeader(OperatorNew->getBeginLoc()))))
    [all...]
TreeTransform.h 11744 FunctionDecl *OperatorNew = nullptr;
11746 OperatorNew = cast_or_null<FunctionDecl>(
11748 if (!OperatorNew)
11764 OperatorNew == E->getOperatorNew() &&
11769 if (OperatorNew)
11770 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), OperatorNew);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 181 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew,
191 OperatorNew(OperatorNew), OperatorDelete(OperatorDelete),
244 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete,
260 CXXNewExpr(IsGlobalNew, OperatorNew, OperatorDelete, ShouldPassAlignment,
ExprConstant.cpp 9332 FunctionDecl *OperatorNew = E->getOperatorNew();
9336 if (OperatorNew->isReservedGlobalPlacementOperator() &&
9345 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) {
9347 << isa<CXXMethodDecl>(OperatorNew) << OperatorNew;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 2147 FunctionDecl *OperatorNew;
2204 CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew,
2219 Create(const ASTContext &Ctx, bool IsGlobalNew, FunctionDecl *OperatorNew,
2257 FunctionDecl *getOperatorNew() const { return OperatorNew; }
2258 void setOperatorNew(FunctionDecl *D) { OperatorNew = D; }
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6255 FunctionDecl *&OperatorNew,

Completed in 71 milliseconds