Home
last modified time | relevance | path

Searched refs:ExtendingDecl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2957 const ValueDecl *ExtendingDecl = getExtendingDecl(); in getStorageDuration() local
2958 if (!ExtendingDecl) in getStorageDuration()
2962 if (isa<FieldDecl>(ExtendingDecl)) in getStorageDuration()
2966 if (isa<BindingDecl>(ExtendingDecl)) in getStorageDuration()
2967 return ExtendingDecl->getDeclContext()->isFunctionOrMethod() ? SD_Automatic in getStorageDuration()
2969 return cast<VarDecl>(ExtendingDecl)->getStorageDuration(); in getStorageDuration()
H A DExprCXX.cpp1650 ES->ExtendingDecl = ExtendedBy; in setExtendingDecl()
H A DASTImporter.cpp7357 auto ExtendingDecl = importChecked(Err, D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl() local
7363 if (GetImportedOrCreateDecl(To, D, Temporary, ExtendingDecl, in VisitLifetimeExtendedTemporaryDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3101 ValueDecl *ExtendingDecl = nullptr; variable
3111 ExprWithTemporary(Temp), ExtendingDecl(EDecl), in LifetimeExtendedTemporaryDecl()
3128 ValueDecl *getExtendingDecl() { return ExtendingDecl; } in getExtendingDecl()
3129 const ValueDecl *getExtendingDecl() const { return ExtendingDecl; } in getExtendingDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp7642 if (auto *ExtendingDecl = in checkInitializerLifetime() local
7646 << ExtendingDecl << DiagRange; in checkInitializerLifetime()
7647 Diag(ExtendingDecl->getLocation(), in checkInitializerLifetime()
7657 << ExtendingDecl << IsSubobjectMember << RK << DiagRange; in checkInitializerLifetime()
7663 Diag(ExtendingDecl->getLocation(), in checkInitializerLifetime()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2430 D->ExtendingDecl = readDeclAs<ValueDecl>(); in VisitLifetimeExtendedTemporaryDecl()