Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp6468 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt() local
6469 if (!ToBreakLocOrErr) in VisitBreakStmt()
6470 return ToBreakLocOrErr.takeError(); in VisitBreakStmt()
6471 return new (Importer.getToContext()) BreakStmt(*ToBreakLocOrErr); in VisitBreakStmt()