Lines Matching refs:UseGlobal
1399 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() argument
1466 return BuildCXXNew(SourceRange(StartLoc, D.getLocEnd()), UseGlobal, in ActOnCXXNew()
1499 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, in BuildCXXNew() argument
1749 UseGlobal, AllocType, ArraySize, PlacementArgs, in BuildCXXNew()
1891 CXXNewExpr(Context, UseGlobal, OperatorNew, OperatorDelete, in BuildCXXNew()
1958 bool UseGlobal, QualType AllocType, in FindAllocationFunctions() argument
1995 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()
2043 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()
2842 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete() argument
2965 if (!UseGlobal && in ActOnCXXDelete()
2975 if (UseGlobal) in ActOnCXXDelete()
3019 Context.VoidTy, UseGlobal, ArrayForm, ArrayFormAsWritten, in ActOnCXXDelete()