Home
last modified time | relevance | path

Searched refs:isNewDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporterSharedState.h80 bool isNewDecl(const Decl *ToD) const { return NewDecls.count(ToD); } in isNewDecl() function
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp806 return ImporterSharedSt->isNewDecl(const_cast<Decl *>(ToDecl)); in isImportedAsNew()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7818 TEST_P(ASTImporterOptionSpecificTestBase, isNewDecl) { in TEST_P() argument
7846 EXPECT_TRUE(SharedStatePtr->isNewDecl(ToOther)); in TEST_P()
7847 EXPECT_FALSE(SharedStatePtr->isNewDecl(ToBar)); in TEST_P()