Searched refs:UseGlobal (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1043 /// \param UseGlobal True if 'new' was prefixed with '::'.
1052 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, argument
1119 return BuildCXXNew(SourceRange(StartLoc, D.getLocEnd()), UseGlobal,
1152 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, argument
1409 UseGlobal, AllocType, ArraySize, PlacementArgs,
1551 CXXNewExpr(Context, UseGlobal, OperatorNew, OperatorDelete,
1618 bool UseGlobal, QualType AllocType,
1624 // 1) If UseGlobal is true, only look in the global scope. Else, also look
1655 if (AllocElemType->isRecordType() && !UseGlobal) {
1703 if (AllocElemType->isRecordType() && !UseGlobal) {
1617 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, MultiExprArg PlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
2244 ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, bool ArrayForm, Expr *ExE) argument
[all...]
H A DTreeTransform.h2263 bool UseGlobal,
2273 return getSema().BuildCXXNew(StartLoc, UseGlobal,
2262 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument
/external/clang/lib/Parse/
H A DParseExprCXX.cpp2488 /// been already parsed. If the :: was present, "UseGlobal" is true and "Start"
2513 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { argument
2618 return Actions.ActOnCXXNew(Start, UseGlobal, PlacementLParen,
2699 /// '::' has been already parsed. If the '::' was present, "UseGlobal" is true
2707 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { argument
2735 return Actions.ActOnCXXDelete(Start, UseGlobal, ArrayDelete, Operand.get());
/external/clang/include/clang/Parse/
H A DParser.h1508 ExprResult ParseCXXNewExpression(bool UseGlobal, SourceLocation Start);
1509 ExprResult ParseCXXDeleteExpression(bool UseGlobal,
/external/clang/include/clang/Sema/
H A DSema.h4291 ExprResult ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal,
4297 ExprResult BuildCXXNew(SourceRange Range, bool UseGlobal,
4312 bool UseGlobal, QualType AllocType, bool IsArray,
4336 bool UseGlobal, bool ArrayForm,

Completed in 175 milliseconds