Searched refs:UseGlobal (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprCXX.cpp | 1013 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() argument 1080 return BuildCXXNew(SourceRange(StartLoc, D.getLocEnd()), UseGlobal, in ActOnCXXNew() 1113 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, in BuildCXXNew() argument 1369 UseGlobal, AllocType, ArraySize, PlacementArgs, in BuildCXXNew() 1507 return Owned(new (Context) CXXNewExpr(Context, UseGlobal, OperatorNew, in BuildCXXNew() 1577 bool UseGlobal, QualType AllocType, in FindAllocationFunctions() argument 1614 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions() 1667 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions() 2218 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete() argument 2343 if (!UseGlobal && in ActOnCXXDelete() [all …]
|
| HD | TreeTransform.h | 2104 bool UseGlobal, in RebuildCXXNewExpr() argument 2114 return getSema().BuildCXXNew(StartLoc, UseGlobal, in RebuildCXXNewExpr()
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 2456 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression() argument 2561 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen, in ParseCXXNewExpression() 2650 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression() argument 2678 return Actions.ActOnCXXDelete(Start, UseGlobal, ArrayDelete, Operand.take()); in ParseCXXDeleteExpression()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1425 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 1426 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 4153 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, 4159 ExprResult BuildCXXNew(SourceRange Range, bool UseGlobal, 4174 bool UseGlobal, QualType AllocType, bool IsArray, 4198 bool UseGlobal, bool ArrayForm,
|