Home
last modified time | relevance | path

Searched refs:getImportDeclErrorIfAny (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h69 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() function
H A DASTImporter.h581 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *FromD) const;
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp814 ImporterSharedSt->getImportDeclErrorIfAny(const_cast<Decl *>(ToDecl))); in hasError()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp274 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