Home
last modified time | relevance | path

Searched refs:getProcedureSymbol (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h285 const Fortran::semantics::Symbol *getProcedureSymbol() const;
373 const Fortran::semantics::Symbol *getProcedureSymbol() const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp80 Fortran::lower::CallerInterface::getProcedureSymbol() const { in getProcedureSymbol() function in Fortran::lower::CallerInterface
344 Fortran::lower::CalleeInterface::getProcedureSymbol() const { in getProcedureSymbol() function in Fortran::lower::CalleeInterface
440 if (const Fortran::semantics::Symbol *sym = side().getProcedureSymbol()) in declare()
1138 const Fortran::semantics::Symbol *getProcedureSymbol() const { in getProcedureSymbol() function in SignatureBuilder