Home
last modified time | relevance | path

Searched refs:UseGlobal (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp1157 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 …]
HDTreeTransform.h2350 bool UseGlobal, in RebuildCXXNewExpr() argument
2360 return getSema().BuildCXXNew(StartLoc, UseGlobal, in RebuildCXXNewExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp2602 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/
HDParser.h1571 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start);
1572 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4583 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,