Home
last modified time | relevance | path

Searched refs:declContext (Results 1 – 15 of 15) sorted by relevance

/dports/devel/clazy/clazy-1.5/src/
H A DContextUtils.h85 clang::DeclContext *declContext = decl->getDeclContext(); in namespaceForDecl() local
86 while (declContext) { in namespaceForDecl()
87 if (auto ns = llvm::dyn_cast<clang::NamespaceDecl>(declContext)) in namespaceForDecl()
90 declContext = declContext->getParent(); in namespaceForDecl()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/codegen/
H A Dclangrefactoring.cpp65 auto declContext = dynamic_cast<DeclarationContext*>(context); in fillContextMenu() local
66 if (!declContext) { in fillContextMenu()
72 auto declaration = declContext->declaration().data(); in fillContextMenu()
/dports/devel/clazy/clazy-1.5/src/checks/level1/
H A Dforeach.cpp191 DeclContext *declContext = valDecl->getDeclContext(); in containsDetachments() local
192 auto recordDecl = dyn_cast<CXXRecordDecl>(declContext); in containsDetachments()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codegen/
H A Dbasicrefactoring.cpp81 auto* declContext = dynamic_cast<DeclarationContext*>(context); in fillContextMenu() local
82 if (!declContext) in fillContextMenu()
86 Declaration* declaration = declContext->declaration().data(); in fillContextMenu()
/dports/devel/kdev-python/kdev-python-21.12.3/codegen/
H A Dcorrectionfilegenerator.cpp54 if ( DeclarationContext* declContext = dynamic_cast<DeclarationContext*>(context) ) { in doContextMenu() local
59 KDevelop::Declaration* declaration = declContext->declaration().data(); in doContextMenu()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A DChangeLog-2013636 (IRState::declContext): Replace with d_decl_context.