Searched refs:importedNamedDecl (Results 1 – 1 of 1) sorted by relevance
321 NamedDecl *importedNamedDecl = llvm::cast<NamedDecl>(*DeclOrErr); in completeVisibleDeclsMap() local324 importedNamedDecl->getDeclName(), in completeVisibleDeclsMap()325 importedNamedDecl); in completeVisibleDeclsMap()327 if (!llvm::isa<CXXRecordDecl>(importedNamedDecl)) in completeVisibleDeclsMap()330 auto *Record = llvm::cast<CXXRecordDecl>(importedNamedDecl); in completeVisibleDeclsMap()