Searched refs:isFirstDecl (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
H A DRedeclarable.h163 bool isFirstDecl() const { return RedeclLink.NextIsLatest(); } function in class:clang::Redeclarable
203 if (Current->isFirstDecl()) {
280 bool isFirstDecl() const { return getFirstDecl() == this; } function in class:clang::Mergeable
H A DDecl.h510 using redeclarable_base::isFirstDecl;
934 using redeclarable_base::isFirstDecl;
1718 using redeclarable_base::isFirstDecl;
2640 using redeclarable_base::isFirstDecl;
2844 using redeclarable_base::isFirstDecl;
H A DDeclObjC.h1812 using redeclarable_base::isFirstDecl;
2134 using redeclarable_base::isFirstDecl;
H A DDeclBase.h852 bool isFirstDecl() const { function
H A DDeclCXX.h2878 using redeclarable_base::isFirstDecl;
H A DDeclTemplate.h811 using redeclarable_base::isFirstDecl;
/external/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp605 DeclInfo DInfo(!D->isFirstDecl(), isDef, isContainer);
612 DeclInfo DInfo(!D->isFirstDecl(), D->isThisDeclarationADefinition(),
639 DeclInfo DInfo(!D->isFirstDecl(), D->isThisDeclarationADefinition(),
645 DeclInfo DInfo(!D->isFirstDecl(), /*isDefinition=*/true,
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1324 if (D->isFirstDecl()) {
1338 if (D->isFirstDecl())
1398 if (D->isFirstDecl())
1465 if (D->isFirstDecl())
H A DASTReaderDecl.cpp418 if (Current->isFirstDecl()) {
2311 if (!DBase->isFirstDecl())
/external/clang/lib/AST/
H A DDeclCXX.cpp2085 if (isFirstDecl())
2092 if (isFirstDecl())
2098 bool NamespaceDecl::isOriginalNamespace() const { return isFirstDecl(); }
H A DASTContext.cpp3200 assert(Record->isFirstDecl() && "struct/union has previous declaration");
3204 assert(Enum->isFirstDecl() && "enum has previous declaration");
/external/clang/lib/Sema/
H A DSemaDecl.cpp6464 if (NewVD->isFirstDecl() && !NewVD->isInvalidDecl() &&
8519 if (NewFD->isFirstDecl() && !NewFD->isInvalidDecl() &&
10107 if (Var->isFirstDecl())
11492 if (!FD->isFirstDecl() && FD->getPreviousDecl()->isUsed()) {

Completed in 376 milliseconds