Home
last modified time | relevance | path

Searched defs:getImportDeclErrorIfAny (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h69 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10377 ASTImporter::getImportDeclErrorIfAny(Decl *FromD) const { getImportDeclErrorIfAny() function in ASTImporter