Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h77 void setImportDeclError(Decl *To, ASTImportError Error) { in setImportDeclError() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10479 void ASTImporter::setImportDeclError(Decl *From, ASTImportError Error) { in setImportDeclError() function in ASTImporter