Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporterSharedState.h67 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp9373 ASTImporter::getImportDeclErrorIfAny(Decl *FromD) const { in getImportDeclErrorIfAny() function in ASTImporter