Searched refs:setImportDeclError (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporterSharedState.h | 77 void setImportDeclError(Decl *To, ASTImportError Error) { in setImportDeclError() function
|
H A D | ASTImporter.h | 576 void setImportDeclError(Decl *From, ASTImportError Error);
|
/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9507 setImportDeclError(FromD, *Error); in Import() 9563 setImportDeclError(FromD, ErrOut); in ImportContext() 9566 SharedState->setImportDeclError(Pos->second, ErrOut); in ImportContext() 9584 setImportDeclError(FromDi, ErrOut); in ImportContext() 9589 SharedState->setImportDeclError(Ii->second, ErrOut); in ImportContext() 9616 setImportDeclError(FromD, *Error); in ImportContext() 10559 void ASTImporter::setImportDeclError(Decl *From, ASTImportError Error) { 10472 void ASTImporter::setImportDeclError(Decl *From, ASTImportError Error) { setImportDeclError() function in ASTImporter
|