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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp243 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, E->getType());
340 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, Operand.get()->getType());
H A DSemaType.cpp5545 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { function in class:__anon3241::Sema
H A DSemaExpr.cpp6778 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1647 TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);

Completed in 171 milliseconds