Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1262 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitTypeOfType() local
1263 if (!ToUnderlyingTypeOrErr) in VisitTypeOfType()
1264 return ToUnderlyingTypeOrErr.takeError(); in VisitTypeOfType()
1275 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitDecltypeType() local
1276 if (!ToUnderlyingTypeOrErr) in VisitDecltypeType()
1277 return ToUnderlyingTypeOrErr.takeError(); in VisitDecltypeType()
1280 *ToExprOrErr, *ToUnderlyingTypeOrErr); in VisitDecltypeType()
1289 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitUnaryTransformType() local
1290 if (!ToUnderlyingTypeOrErr) in VisitUnaryTransformType()
1291 return ToUnderlyingTypeOrErr.takeError(); in VisitUnaryTransformType()
[all …]