Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp221 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, E->getType()); in ActOnCXXNamedCast()
DSemaType.cpp4415 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { in GetTypeForDeclaratorCast() function in Sema
DSemaExpr.cpp5639 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType()); in ActOnCastExpr()
/external/clang/include/clang/Sema/
DSema.h1274 TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);