Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp1912 auto ToLexicalDCOrErr = Importer.ImportContext( in ImportDeclContext() local
1914 if (!ToLexicalDCOrErr) in ImportDeclContext()
1915 return ToLexicalDCOrErr.takeError(); in ImportDeclContext()
1916 ToLexicalDC = *ToLexicalDCOrErr; in ImportDeclContext()