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.cpp5861 ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc()); in VisitObjCInterfaceDecl() local
5862 if (!AtBeginLocOrErr) in VisitObjCInterfaceDecl()
5863 return AtBeginLocOrErr.takeError(); in VisitObjCInterfaceDecl()
5867 *AtBeginLocOrErr, Name.getAsIdentifierInfo(), in VisitObjCInterfaceDecl()