Lines Matching refs:UseGlobal
1157 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() argument
1224 return BuildCXXNew(SourceRange(StartLoc, D.getLocEnd()), UseGlobal, in ActOnCXXNew()
1257 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, in BuildCXXNew() argument
1507 UseGlobal, AllocType, ArraySize, PlacementArgs, in BuildCXXNew()
1648 CXXNewExpr(Context, UseGlobal, OperatorNew, OperatorDelete, in BuildCXXNew()
1715 bool UseGlobal, QualType AllocType, in FindAllocationFunctions() argument
1752 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()
1800 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()
2602 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete() argument
2723 if (!UseGlobal && in ActOnCXXDelete()
2733 if (UseGlobal) in ActOnCXXDelete()
2797 Context.VoidTy, UseGlobal, ArrayForm, ArrayFormAsWritten, in ActOnCXXDelete()