Searched defs:TypeIdParens (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2466 SourceRange TypeIdParens; local
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1681 SourceRange TypeIdParens; member in class:clang::CXXNewExpr
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1013 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, Expr *Initializer) argument
1113 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocType, TypeSourceInfo *AllocTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer, bool TypeMayContainAuto) argument
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 137 milliseconds