/aosp_15_r20/external/clang/lib/Sema/ |
H A 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 …]
|
H A D | TreeTransform.h | 2584 bool UseGlobal, in RebuildCXXNewExpr() argument 2594 return getSema().BuildCXXNew(StartLoc, UseGlobal, in RebuildCXXNewExpr()
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A 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()
|
/aosp_15_r20/external/clang/include/clang/Parse/ |
H A D | Parser.h | 1595 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 1596 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/ |
D | Parser.h | 2034 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 2035 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/ |
D | Parser.h | 2034 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 2035 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/ |
D | Parser.h | 2006 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 2007 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/ |
D | Parser.h | 2067 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start); 2068 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A 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,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Sema.h | 6629 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, 6636 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, 6692 ExprResult ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Sema.h | 6832 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, 6839 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, 6896 bool UseGlobal, bool ArrayForm,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Sema.h | 6861 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, 6868 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, 6924 ExprResult ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Sema.h | 6861 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, 6868 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, 6924 ExprResult ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal,
|