Home
last modified time | relevance | path

Searched defs:UseGlobal (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseExprCXX.cpp3155 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression()
3367 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprCXX.cpp1846 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()
DTreeTransform.h3263 ExprResult RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, in RebuildCXXNewExpr()