Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp221 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, E->getType()); in ActOnCXXNamedCast()
H A DSemaType.cpp3378 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { in GetTypeForDeclaratorCast() function in Sema
H A DSemaExpr.cpp5305 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType()); in ActOnCastExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1188 TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);