Home
last modified time | relevance | path

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

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