Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp530 auto ImportedDeclOrErr = Forward.Import(SourceDecl); in FindExternalLexicalDecls() local
531 if (ImportedDeclOrErr) in FindExternalLexicalDecls()
532 assert(!(*ImportedDeclOrErr) || in FindExternalLexicalDecls()
533 IsSameDC((*ImportedDeclOrErr)->getDeclContext(), DC)); in FindExternalLexicalDecls()
535 llvm::consumeError(ImportedDeclOrErr.takeError()); in FindExternalLexicalDecls()