Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.h41 parser::Messages CheckExplicitInterface(
H A Dcheck-call.cpp889 static parser::Messages CheckExplicitInterface( in CheckExplicitInterface() function
926 parser::Messages CheckExplicitInterface(const characteristics::Procedure &proc, in CheckExplicitInterface() function
929 return CheckExplicitInterface( in CheckExplicitInterface()
936 return !CheckExplicitInterface( in CheckInterfaceForGeneric()
966 CheckExplicitInterface(proc, actuals, context, scope, intrinsic)}; in CheckArguments()
H A Dresolve-names.cpp963 void CheckExplicitInterface(const parser::Name &);
5741 void DeclarationVisitor::CheckExplicitInterface(const parser::Name &name) { in CheckExplicitInterface() function in Fortran::semantics::DeclarationVisitor
7584 resolver_.CheckExplicitInterface(*name); in Post()
7605 resolver_.CheckExplicitInterface(tbps.interfaceName); in Post()