Searched refs:ImportDeclParts (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 82 bool ImportDeclParts(NamedDecl *D, DeclContext *&DC, 1830 bool ASTNodeImporter::ImportDeclParts(NamedDecl *D, DeclContext *&DC, in ImportDeclParts() function in ASTNodeImporter 2264 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc)) in VisitNamespaceDecl() 2332 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc)) in VisitTypedefNameDecl() 2406 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc)) in VisitEnumDecl() 2491 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc)) in VisitRecordDecl() 2617 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc)) in VisitEnumConstantDecl() 2673 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc)) in VisitFunctionDecl() 2880 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc)) in VisitFieldDecl() 2936 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc)) in VisitIndirectFieldDecl() [all …]
|