Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7066 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt() local
7067 if (!ToBreakLocOrErr) in VisitBreakStmt()
7068 return ToBreakLocOrErr.takeError(); in VisitBreakStmt()
7069 return new (Importer.getToContext()) BreakStmt(*ToBreakLocOrErr); in VisitBreakStmt()