Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1150 if (!ToElementTypeOrErr) in VisitComplexType()
1151 return ToElementTypeOrErr.takeError(); in VisitComplexType()
1224 if (!ToElementTypeOrErr) in VisitIncompleteArrayType()
1225 return ToElementTypeOrErr.takeError(); in VisitIncompleteArrayType()
1275 if (!ToElementTypeOrErr) in VisitVectorType()
1276 return ToElementTypeOrErr.takeError(); in VisitVectorType()
1285 if (!ToElementTypeOrErr) in VisitExtVectorType()
1286 return ToElementTypeOrErr.takeError(); in VisitExtVectorType()
1738 if (!ToElementTypeOrErr) in VisitConstantMatrixType()
1739 return ToElementTypeOrErr.takeError(); in VisitConstantMatrixType()
[all …]