Searched refs:UseGlobal (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1166 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() argument 1233 return BuildCXXNew(SourceRange(StartLoc, D.getLocEnd()), UseGlobal, in ActOnCXXNew() 1266 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, in BuildCXXNew() argument 1516 UseGlobal, AllocType, ArraySize, PlacementArgs, in BuildCXXNew() 1657 CXXNewExpr(Context, UseGlobal, OperatorNew, OperatorDelete, in BuildCXXNew() 1724 bool UseGlobal, QualType AllocType, in FindAllocationFunctions() argument 1761 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions() 1809 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions() 2617 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete() argument 2740 if (!UseGlobal && in ActOnCXXDelete() [all …]
|
D | TreeTransform.h | 2511 bool UseGlobal, in RebuildCXXNewExpr() argument 2521 return getSema().BuildCXXNew(StartLoc, UseGlobal, in RebuildCXXNewExpr()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2619 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression() argument 2731 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen, in ParseCXXNewExpression() 2820 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression() argument 2848 return Actions.ActOnCXXDelete(Start, UseGlobal, ArrayDelete, Operand.get()); in ParseCXXDeleteExpression()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1573 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 1574 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4651 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, 4657 ExprResult BuildCXXNew(SourceRange Range, bool UseGlobal, 4672 bool UseGlobal, QualType AllocType, bool IsArray, 4696 bool UseGlobal, bool ArrayForm,
|