Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1027 ExpectedType ToElementTypeOrErr = import(T->getElementType()); in VisitComplexType() local
1028 if (!ToElementTypeOrErr) in VisitComplexType()
1029 return ToElementTypeOrErr.takeError(); in VisitComplexType()
1089 if (!ToElementTypeOrErr) in VisitConstantArrayType()
1090 return ToElementTypeOrErr.takeError(); in VisitConstantArrayType()
1101 if (!ToElementTypeOrErr) in VisitIncompleteArrayType()
1102 return ToElementTypeOrErr.takeError(); in VisitIncompleteArrayType()
1145 if (!ToElementTypeOrErr) in VisitVectorType()
1146 return ToElementTypeOrErr.takeError(); in VisitVectorType()
1155 if (!ToElementTypeOrErr) in VisitExtVectorType()
[all …]