Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1505 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument 1510 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() 1552 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew() 1578 Diag(AllocTypeInfo->getTypeLoc().getBeginLoc(), in BuildCXXNew() 1893 ArraySize, initStyle, Initializer, ResultType, AllocTypeInfo, in BuildCXXNew()
|
D | TreeTransform.h | 9426 TypeSourceInfo *AllocTypeInfo in TransformCXXNewExpr() local 9428 if (!AllocTypeInfo) in TransformCXXNewExpr() 9472 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr() 9499 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() 9531 AllocTypeInfo, in TransformCXXNewExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4778 TypeSourceInfo *AllocTypeInfo,
|