Home
last modified time | relevance | path

Searched refs:ImportDeclErrors (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h234 llvm::DenseMap<Decl *, ASTImportError> ImportDeclErrors; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9884 auto Pos = ImportDeclErrors.find(FromD); in getImportDeclErrorIfAny()
9885 if (Pos != ImportDeclErrors.end()) in getImportDeclErrorIfAny()
9892 auto InsertRes = ImportDeclErrors.insert({From, Error}); in setImportDeclError()
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst2253 ``ASTImporter::ImportDeclErrors`` and the ones which are associated with the
2311 the end of the import we have an entry in ``ImportDeclErrors`` for A,B,E but