Searched defs:UseGlobal (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2695 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression() 2896 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 3060 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression() 3273 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1399 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() 1499 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, in BuildCXXNew() 1958 bool UseGlobal, QualType AllocType, in FindAllocationFunctions() 2842 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete()
|
D | TreeTransform.h | 2584 bool UseGlobal, in RebuildCXXNewExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1742 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() 1865 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, in BuildCXXNew() 3378 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete()
|
D | TreeTransform.h | 2998 bool UseGlobal, in RebuildCXXNewExpr()
|