Searched refs:ImportDeclParts (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 83 bool ImportDeclParts(NamedDecl *D, DeclContext *&DC, 1998 bool ASTNodeImporter::ImportDeclParts(NamedDecl *D, DeclContext *&DC, in ImportDeclParts() function in ASTNodeImporter 2463 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitNamespaceDecl() 2534 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitTypedefNameDecl() 2611 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitLabelDecl() 2644 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitEnumDecl() 2732 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitRecordDecl() 2885 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitEnumConstantDecl() 2944 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitFunctionDecl() 3178 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitFieldDecl() [all …]
|