Searched defs:UseGlobal (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Parse/ |
| D | ParseExprCXX.cpp | 3155 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression() 3367 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaExprCXX.cpp | 1846 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() 1968 ExprResult Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, in BuildCXXNew() 3580 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete()
|
| D | TreeTransform.h | 3263 ExprResult RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, in RebuildCXXNewExpr()
|