Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1062 bool OkToAddComponent(const parser::Name &, const Symbol * = nullptr);
4574 if (OkToAddComponent(*extendsName, &extendsSymbol)) { in Post()
4685 if (OkToAddComponent(name)) { in Post()
4701 if (OkToAddComponent(name)) { in Post()
5786 bool DeclarationVisitor::OkToAddComponent( in OkToAddComponent() function in Fortran::semantics::DeclarationVisitor