Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1437 ExpectedType ToEquivalentTypeOrErr = import(T->getEquivalentType()); in VisitAttributedType() local
1438 if (!ToEquivalentTypeOrErr) in VisitAttributedType()
1439 return ToEquivalentTypeOrErr.takeError(); in VisitAttributedType()
1442 *ToModifiedTypeOrErr, *ToEquivalentTypeOrErr); in VisitAttributedType()