Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5585 ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCInterfaceDecl() local
5586 if (!AtBeginLocOrErr) in VisitObjCInterfaceDecl()
5587 return AtBeginLocOrErr.takeError(); in VisitObjCInterfaceDecl()
5591 *AtBeginLocOrErr, Name.getAsIdentifierInfo(), in VisitObjCInterfaceDecl()