Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp281 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, E->getType()); in ActOnCXXNamedCast()
387 TypeSourceInfo *TInfo = GetTypeForDeclaratorCast(D, Operand.get()->getType()); in ActOnBuiltinBitCastExpr()
H A DSemaType.cpp5957 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { in GetTypeForDeclaratorCast() function in Sema
H A DSemaExpr.cpp7933 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType()); in ActOnCastExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2085 TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);