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.cpp6808 ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc()); in VisitAttributedStmt() local
6809 if (!ToAttrLocOrErr) in VisitAttributedStmt()
6810 return ToAttrLocOrErr.takeError(); in VisitAttributedStmt()
6820 Importer.getToContext(), *ToAttrLocOrErr, ToAttrs, *ToSubStmtOrErr); in VisitAttributedStmt()