Home
last modified time | relevance | path

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

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