Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp5942 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType()); in ActOnCastExpr() local
5959 QualType castType = castTInfo->getType(); in ActOnCastExpr()
5960 Ty = CreateParsedType(castType, castTInfo); in ActOnCastExpr()
5986 return BuildVectorLiteral(LParenLoc, RParenLoc, CastExpr, castTInfo); in ActOnCastExpr()
6005 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()