Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2513 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXNewExpression()
2707 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { in ParseCXXDeleteExpression()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1052 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew()
1152 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, in BuildCXXNew()
1618 bool UseGlobal, QualType AllocType, in FindAllocationFunctions()
2244 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete()
DTreeTransform.h2263 bool UseGlobal, in RebuildCXXNewExpr()