Home
last modified time | relevance | path

Searched refs:AllocTypeInfo (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp1119 TypeSourceInfo *AllocTypeInfo, in BuildCXXNew() argument
1124 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange(); in BuildCXXNew()
1173 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew()
1198 Diag(AllocTypeInfo->getTypeLoc().getBeginLoc(), in BuildCXXNew()
1512 ResultType, AllocTypeInfo, in BuildCXXNew()
HDTreeTransform.h7573 TypeSourceInfo *AllocTypeInfo in TransformCXXNewExpr() local
7575 if (!AllocTypeInfo) in TransformCXXNewExpr()
7619 AllocTypeInfo == E->getAllocatedTypeSourceInfo() && in TransformCXXNewExpr()
7646 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr()
7680 AllocTypeInfo, in TransformCXXNewExpr()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4165 TypeSourceInfo *AllocTypeInfo,