Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp5639 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType()); in ActOnCastExpr() local
5656 QualType castType = castTInfo->getType(); in ActOnCastExpr()
5657 Ty = CreateParsedType(castType, castTInfo); in ActOnCastExpr()
5683 return BuildVectorLiteral(LParenLoc, RParenLoc, CastExpr, castTInfo); in ActOnCastExpr()
5702 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()