Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h262 llvm::DenseMap<Decl *, ImportError> ImportDeclErrors; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9503 auto Pos = ImportDeclErrors.find(FromD); in getImportDeclErrorIfAny()
9504 if (Pos != ImportDeclErrors.end()) in getImportDeclErrorIfAny()
9511 auto InsertRes = ImportDeclErrors.insert({From, Error}); in setImportDeclError()