Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTImporter.h266 llvm::DenseMap<Decl *, ImportError> ImportDeclErrors; variable
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp9207 auto Pos = ImportDeclErrors.find(FromD); in getImportDeclErrorIfAny()
9208 if (Pos != ImportDeclErrors.end()) in getImportDeclErrorIfAny()
9215 auto InsertRes = ImportDeclErrors.insert({From, Error}); in setImportDeclError()
/external/llvm-project/clang/docs/
DInternalsManual.rst1692 ``ASTImporter::ImportDeclErrors`` and the ones which are associated with the
1750 the end of the import we have an entry in ``ImportDeclErrors`` for A,B,E but