Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h262 llvm::DenseMap<Decl *, ImportError> ImportDeclErrors; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp9374 auto Pos = ImportDeclErrors.find(FromD); in getImportDeclErrorIfAny()
9375 if (Pos != ImportDeclErrors.end()) in getImportDeclErrorIfAny()
9382 auto InsertRes = ImportDeclErrors.insert({From, Error}); in setImportDeclError()
/netbsd-src/external/apache2/llvm/dist/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