Searched refs:ImportDeclParts (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 383 Error ImportDeclParts(NamedDecl *D, DeclarationName &Name, NamedDecl *&ToD, 385 Error ImportDeclParts( 1614 Error ASTNodeImporter::ImportDeclParts( in ImportDeclParts() function in ASTNodeImporter 1665 Error ASTNodeImporter::ImportDeclParts(NamedDecl *D, DeclarationName &Name, in ImportDeclParts() function in ASTNodeImporter 2336 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitNamespaceDecl() 2419 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, LookupD, Loc)) in VisitNamespaceAliasDecl() 2457 if (Error Err = ImportDeclParts(D, Name, ToD, Loc)) in VisitTypedefNameDecl() 2564 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc)) in VisitTypeAliasTemplateDecl() 2619 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitLabelDecl() 2658 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitEnumDecl() [all …]
|