Searched refs:getNonClosureContext (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1024 template <class T> static Decl *getNonClosureContext(T *D) { function
1029 return getNonClosureContext(MD->getParent()->getParent());
1036 return getNonClosureContext(BD->getParent());
1038 return getNonClosureContext(CD->getParent());
1043 Decl *Decl::getNonClosureContext() { function in class:Decl
1044 return ::getNonClosureContext(this);
1048 return ::getNonClosureContext(this);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h453 Decl *getNonClosureContext();
454 const Decl *getNonClosureContext() const { function
455 return const_cast<Decl*>(this)->getNonClosureContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp212 DC = cast<DeclContext>(CD->getNonClosureContext());
289 DC = DC->getNonClosureContext();
H A DCodeGenFunction.cpp688 CurFuncDecl = (D ? D->getNonClosureContext() : nullptr);
H A DCGDebugInfo.cpp4498 cast_or_null<CXXMethodDecl>(blockDecl->getNonClosureContext()))

Completed in 204 milliseconds