Searched defs:isNewDecl (Results 1 – 2 of 2) sorted by relevance
81 bool isNewDecl(const Decl *ToD) const { return NewDecls.count(ToD); } in isNewDecl() function
8992 TEST_P(ASTImporterOptionSpecificTestBase,isNewDecl) TEST_P() argument