Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1294 ExpectedType UnderlyingTypeOrErr = import(T->getValueType()); in VisitAtomicType() local
1295 if (!UnderlyingTypeOrErr) in VisitAtomicType()
1296 return UnderlyingTypeOrErr.takeError(); in VisitAtomicType()
1298 return Importer.getToContext().getAtomicType(*UnderlyingTypeOrErr); in VisitAtomicType()