Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporterSharedState.h76 void setImportDeclError(Decl *To, ASTImportError Error) { in setImportDeclError() function
H A DASTImporter.h570 void setImportDeclError(Decl *From, ASTImportError Error);
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8842 setImportDeclError(FromD, *Error); in Import()
8898 setImportDeclError(FromD, ErrOut); in Import()
8901 SharedState->setImportDeclError(Pos->second, ErrOut); in Import()
8919 setImportDeclError(FromDi, ErrOut); in Import()
8924 SharedState->setImportDeclError(Ii->second, ErrOut); in Import()
8951 setImportDeclError(FromD, *Error); in Import()
9891 void ASTImporter::setImportDeclError(Decl *From, ASTImportError Error) { in setImportDeclError() function in ASTImporter