Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp434 Error ImportDeclContext(
1726 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in ImportDeclParts()
1960 Error ASTNodeImporter::ImportDeclContext( in ImportDeclContext() function in ASTNodeImporter
2440 if (Error Err = ImportDeclContext(D)) in VisitNamespaceDecl()
2565 if ((Err = ImportDeclContext(D, DC, LexicalDC))) in VisitTypedefNameDecl()
4539 if (Error Err = ImportDeclContext(D)) in VisitObjCCategoryDecl()
4558 if (Error Err = ImportDeclContext(From)) in ImportDefinition()
5028 if (Error Err = ImportDeclContext(From)) in ImportDefinition()
5217 if (Error Err = ImportDeclContext(D)) in VisitObjCCategoryImplDecl()
5300 if (Error Err = ImportDeclContext(D)) in VisitObjCImplementationDecl()
[all …]