Searched refs:UseGlobal (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 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() [all …]
|
D | TreeTransform.h | 2584 bool UseGlobal, in RebuildCXXNewExpr() argument 2594 return getSema().BuildCXXNew(StartLoc, UseGlobal, in RebuildCXXNewExpr()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2695 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression() argument 2807 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen, in ParseCXXNewExpression() 2896 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression() argument 2924 return Actions.ActOnCXXDelete(Start, UseGlobal, ArrayDelete, Operand.get()); in ParseCXXDeleteExpression()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1595 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 1596 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4766 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, 4772 ExprResult BuildCXXNew(SourceRange Range, bool UseGlobal, 4787 bool UseGlobal, QualType AllocType, bool IsArray, 4810 bool UseGlobal, bool ArrayForm,
|