Searched refs:getImportDeclErrorIfAny (Results 1 – 4 of 4) sorted by relevance
69 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() function
568 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *FromD) const;
813 ImporterSharedSt->getImportDeclErrorIfAny(const_cast<Decl *>(ToDecl))); in hasError()
275 if (Importer.getImportDeclErrorIfAny(FromD)) { in GetImportedOrCreateSpecialDecl()9428 if (auto Error = getImportDeclErrorIfAny(FromD)) in Import()9435 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()9536 auto Err = getImportDeclErrorIfAny(FromD); in Import()9544 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()10471 ASTImporter::getImportDeclErrorIfAny(Decl *FromD) const { in getImportDeclErrorIfAny() function in ASTImporter