Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1382 if (!ToUnderlyingTypeOrErr) in VisitTypedefType()
1383 return ToUnderlyingTypeOrErr.takeError(); in VisitTypedefType()
1397 if (!ToUnderlyingTypeOrErr) in VisitTypeOfType()
1398 return ToUnderlyingTypeOrErr.takeError(); in VisitTypeOfType()
1421 if (!ToUnderlyingTypeOrErr) in VisitDecltypeType()
1422 return ToUnderlyingTypeOrErr.takeError(); in VisitDecltypeType()
1425 *ToExprOrErr, *ToUnderlyingTypeOrErr); in VisitDecltypeType()
1435 if (!ToUnderlyingTypeOrErr) in VisitUnaryTransformType()
1436 return ToUnderlyingTypeOrErr.takeError(); in VisitUnaryTransformType()
1699 if (!ToUnderlyingTypeOrErr) in VisitMacroQualifiedType()
[all …]