Searched refs:getImportDeclErrorIfAny (Results 1 – 4 of 4) sorted by relevance
69 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() function
581 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *FromD) const;
814 ImporterSharedSt->getImportDeclErrorIfAny(const_cast<Decl *>(ToDecl))); in hasError()
274 if (Importer.getImportDeclErrorIfAny(FromD)) { in GetImportedOrCreateSpecialDecl()9800 if (auto Error = getImportDeclErrorIfAny(FromD)) in Import()9807 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()9908 auto Err = getImportDeclErrorIfAny(FromD); in Import()9916 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()10838 ASTImporter::getImportDeclErrorIfAny(Decl *FromD) const { in getImportDeclErrorIfAny() function in ASTImporter