Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h40 llvm::DenseMap<Decl *, ASTImportError> ImportErrors; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8949 Error ImportErrors = Error::success(); in ImportOverriddenMethods() local