Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp385 Error ImportDeclContext(
1859 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in ImportDeclParts()
2117 Error ASTNodeImporter::ImportDeclContext( in ImportDeclContext() function in ASTNodeImporter
2599 if (Error Err = ImportDeclContext(D)) in VisitNamespaceDecl()
2740 if ((Err = ImportDeclContext(D, DC, LexicalDC))) in VisitTypedefNameDecl()
4882 if (Error Err = ImportDeclContext(D)) in VisitObjCCategoryDecl()
4901 if (Error Err = ImportDeclContext(From)) in ImportDefinition()
5372 if (Error Err = ImportDeclContext(From)) in ImportDefinition()
5561 if (Error Err = ImportDeclContext(D)) in VisitObjCCategoryImplDecl()
5644 if (Error Err = ImportDeclContext(D)) in VisitObjCImplementationDecl()
[all …]