Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6910 ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc()); in VisitAttributedStmt() local
6911 if (!ToAttrLocOrErr) in VisitAttributedStmt()
6912 return ToAttrLocOrErr.takeError(); in VisitAttributedStmt()
6922 Importer.getToContext(), *ToAttrLocOrErr, ToAttrs, *ToSubStmtOrErr); in VisitAttributedStmt()