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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2456 Parser::ParseCXXNewExpression(bool UseGlobal, SourceLocation Start) { argument
2650 Parser::ParseCXXDeleteExpression(bool UseGlobal, SourceLocation Start) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1013 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, argument
1113 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal, argument
1576 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, MultiExprArg PlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
2218 ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, bool ArrayForm, Expr *ExE) argument
[all...]
H A DTreeTransform.h2103 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument

Completed in 73 milliseconds