Searched refs:ImportDeclParts (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 376 Error ImportDeclParts(NamedDecl *D, DeclarationName &Name, NamedDecl *&ToD, 378 Error ImportDeclParts( 1875 Error ASTNodeImporter::ImportDeclParts( in ImportDeclParts() function in ASTNodeImporter 1926 Error ASTNodeImporter::ImportDeclParts(NamedDecl *D, DeclarationName &Name, in ImportDeclParts() function in ASTNodeImporter 2493 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToND, Loc)) in VisitBindingDecl() 2576 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitNamespaceDecl() 2659 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, LookupD, Loc)) in VisitNamespaceAliasDecl() 2697 if (Error Err = ImportDeclParts(D, Name, ToD, Loc)) in VisitTypedefNameDecl() 2820 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc)) in VisitTypeAliasTemplateDecl() 2879 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitLabelDecl() [all …]
|