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()9334 if (auto Error = getImportDeclErrorIfAny(FromD)) in Import()9341 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()9442 auto Err = getImportDeclErrorIfAny(FromD); in Import()9450 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()10377 ASTImporter::getImportDeclErrorIfAny(Decl *FromD) const { in getImportDeclErrorIfAny() function in ASTImporter