Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp1378 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitTypeOfType() local
1379 if (!ToUnderlyingTypeOrErr) in VisitTypeOfType()
1380 return ToUnderlyingTypeOrErr.takeError(); in VisitTypeOfType()
1402 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitDecltypeType() local
1403 if (!ToUnderlyingTypeOrErr) in VisitDecltypeType()
1404 return ToUnderlyingTypeOrErr.takeError(); in VisitDecltypeType()
1407 *ToExprOrErr, *ToUnderlyingTypeOrErr); in VisitDecltypeType()
1416 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType()); in VisitUnaryTransformType() local
1417 if (!ToUnderlyingTypeOrErr) in VisitUnaryTransformType()
1418 return ToUnderlyingTypeOrErr.takeError(); in VisitUnaryTransformType()
[all …]