Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h81 bool isNewDecl(const Decl *ToD) const { return NewDecls.count(ToD); } in isNewDecl() function
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp807 return ImporterSharedSt->isNewDecl(const_cast<Decl *>(ToDecl)); in isImportedAsNew()