Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp427 Decl *ImportedDecl = Forward.Import(const_cast<Decl *>(SourceDecl)); in FindExternalLexicalDecls() local
428 assert(!ImportedDecl || IsSameDC(ImportedDecl->getDeclContext(), DC)); in FindExternalLexicalDecls()
429 (void)ImportedDecl; in FindExternalLexicalDecls()