Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1002 Symbol *NoteInterfaceName(const parser::Name &);
4766 NoteInterfaceName(*name); in Post()
4851 procedure = NoteInterfaceName(procedureName); in Post()
4895 if (Symbol * interface{NoteInterfaceName(x.interfaceName)}) { in Post()
5731 Symbol *DeclarationVisitor::NoteInterfaceName(const parser::Name &name) { in NoteInterfaceName() function in Fortran::semantics::DeclarationVisitor