Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1341 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitTypeOfType() local
1342 if (!ToUnderlyingTypeOrErr) in VisitTypeOfType()
1343 return ToUnderlyingTypeOrErr.takeError(); in VisitTypeOfType()
1354 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitDecltypeType() local
1355 if (!ToUnderlyingTypeOrErr) in VisitDecltypeType()
1356 return ToUnderlyingTypeOrErr.takeError(); in VisitDecltypeType()
1359 *ToExprOrErr, *ToUnderlyingTypeOrErr); in VisitDecltypeType()
1368 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitUnaryTransformType() local
1369 if (!ToUnderlyingTypeOrErr) in VisitUnaryTransformType()
1370 return ToUnderlyingTypeOrErr.takeError(); in VisitUnaryTransformType()
[all …]