Searched refs:UseGlobal (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprCXX.cpp | 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() [all …]
|
| HD | TreeTransform.h | 2350 bool UseGlobal, in RebuildCXXNewExpr() argument 2360 return getSema().BuildCXXNew(StartLoc, UseGlobal, in RebuildCXXNewExpr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 2602 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression() argument 2714 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen, in ParseCXXNewExpression() 2803 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression() argument 2831 return Actions.ActOnCXXDelete(Start, UseGlobal, ArrayDelete, Operand.get()); in ParseCXXDeleteExpression()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1571 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 1572 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 4583 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, 4589 ExprResult BuildCXXNew(SourceRange Range, bool UseGlobal, 4604 bool UseGlobal, QualType AllocType, bool IsArray, 4628 bool UseGlobal, bool ArrayForm,
|