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.cpp1069 ExpectedType UnderlyingTypeOrErr = import(T->getValueType()); in VisitAtomicType() local
1070 if (!UnderlyingTypeOrErr) in VisitAtomicType()
1071 return UnderlyingTypeOrErr.takeError(); in VisitAtomicType()
1073 return Importer.getToContext().getAtomicType(*UnderlyingTypeOrErr); in VisitAtomicType()