Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1510 ExpectedType ToEquivalentTypeOrErr = import(T->getEquivalentType()); in VisitAttributedType() local
1511 if (!ToEquivalentTypeOrErr) in VisitAttributedType()
1512 return ToEquivalentTypeOrErr.takeError(); in VisitAttributedType()
1515 *ToModifiedTypeOrErr, *ToEquivalentTypeOrErr); in VisitAttributedType()