Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp407 Error ImportDeclContext(
1664 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in ImportDeclParts()
1904 Error ASTNodeImporter::ImportDeclContext( in ImportDeclContext() function in ASTNodeImporter
2454 if (Error Err = ImportDeclContext(D)) in VisitNamespaceDecl()
2579 if ((Err = ImportDeclContext(D, DC, LexicalDC))) in VisitTypedefNameDecl()
4478 if (Error Err = ImportDeclContext(D)) in VisitObjCCategoryDecl()
4497 if (Error Err = ImportDeclContext(From)) in ImportDefinition()
4918 if (Error Err = ImportDeclContext(From)) in ImportDefinition()
5107 if (Error Err = ImportDeclContext(D)) in VisitObjCCategoryImplDecl()
5190 if (Error Err = ImportDeclContext(D)) in VisitObjCImplementationDecl()
[all …]