Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h473 void addExtended(const Scope::Local &Local, const ValueDecl *ExtendingDecl) { in addExtended()
H A DCompiler.cpp4388 DeclTy &&Src, PrimType Ty, bool IsConst, const ValueDecl *ExtendingDecl, in allocateLocalPrimitive()
4417 const ValueDecl *ExtendingDecl, ScopeKind SC, in allocateLocal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp1413 if (auto *ExtendingDecl = in checkExprLifetimeImpl() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3304 const ValueDecl *ExtendingDecl = getExtendingDecl(); in getStorageDuration() local
H A DASTImporter.cpp8525 auto ExtendingDecl = importChecked(Err, D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3307 ValueDecl *ExtendingDecl = nullptr; variable