Searched refs:getImportDeclErrorIfAny (Results 1 – 4 of 4) sorted by relevance
67 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() function
592 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *FromD) const;
390 In this case we can see that an error is associated (``getImportDeclErrorIfAny``) to the specializa…403 assert(Importer.getImportDeclErrorIfAny(FromSpec));405 assert(Importer.getImportDeclErrorIfAny(From));472 ImporterState->getImportDeclErrorIfAny(ToYDef);
251 if (Importer.getImportDeclErrorIfAny(FromD)) { in GetImportedOrCreateSpecialDecl()8343 if (auto Error = getImportDeclErrorIfAny(FromD)) in Import()8350 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()8438 auto Err = getImportDeclErrorIfAny(FromD); in Import()8446 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()9373 ASTImporter::getImportDeclErrorIfAny(Decl *FromD) const { in getImportDeclErrorIfAny() function in ASTImporter