Home
last modified time | relevance | path

Searched refs:getEntityContainer (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp484 getEntityContainer(const Fortran::evaluate::ProcedureRef &proc) { in getEntityContainer() function
489 getEntityContainer(Fortran::lower::pft::FunctionLikeUnit &funit) { in getEntityContainer() function
525 getEntityContainer(const Fortran::evaluate::characteristics::Procedure &proc) { in getEntityContainer() function
565 getEntityContainer(interface.side().getCallDescription()); in buildImplicitInterface()
599 getEntityContainer(interface.side().getCallDescription()); in buildExplicitInterface()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h461 const DeclContext *getEntityContainer(const Decl *D) const;
H A DCXIndexDataConsumer.cpp599 getContainerInfo(getEntityContainer(D), DInfo.DeclAsContainer); in handleDecl()
1066 CXIndexDataConsumer::getEntityContainer(const Decl *D) const { in getEntityContainer() function in CXIndexDataConsumer