Searched refs:AllocTypeInfo (Results 1 – 6 of 6) 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/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1871 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument 1875 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew() 1932 AllocTypeInfo, Entity, Kind, MultiExprArg(Inits, NumInits)); in BuildCXXNew() 1959 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew() 2335 Initializer, ResultType, AllocTypeInfo, Range, in BuildCXXNew()
|
D | TreeTransform.h | 11472 TypeSourceInfo *AllocTypeInfo = in TransformCXXNewExpr() local 11474 if (!AllocTypeInfo) in TransformCXXNewExpr() 11523 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr() 11550 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() 11579 AllocTypeInfo, ArraySize, E->getDirectInitRange(), NewInit.get()); in TransformCXXNewExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4778 TypeSourceInfo *AllocTypeInfo,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6072 TypeSourceInfo *AllocTypeInfo,
|