Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5091 ExpectedSLoc LangLocOrErr = import(D->getLocation()); in VisitLinkageSpecDecl() local
5092 if (!LangLocOrErr) in VisitLinkageSpecDecl()
5093 return LangLocOrErr.takeError(); in VisitLinkageSpecDecl()
5099 *ExternLocOrErr, *LangLocOrErr, in VisitLinkageSpecDecl()