Home
last modified time | relevance | path

Searched defs:isNewDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h81 bool isNewDecl(const Decl *ToD) const { return NewDecls.count(ToD); } in isNewDecl() function
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp8992 TEST_P(ASTImporterOptionSpecificTestBase,isNewDecl) TEST_P() argument