Home
last modified time | relevance | path

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

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