Home
last modified time | relevance | path

Searched refs:TypeTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp666 QualType TypeTy = Context.getCanonicalType(Ty); in ImpCastExprToType() local
668 if (ExprTy == TypeTy) in ImpCastExprToType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h401 typedef OpaquePtr<QualType> TypeTy; typedef