Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.h77 class GenericSpecInfo {
79 explicit GenericSpecInfo(const parser::DefinedOpName &x) { Analyze(x); } in GenericSpecInfo() function
80 explicit GenericSpecInfo(const parser::GenericSpec &x) { Analyze(x); } in GenericSpecInfo() function
88 llvm::raw_ostream &, const GenericSpecInfo &);
H A Dresolve-names-utils.cpp110 void GenericSpecInfo::Resolve(Symbol *symbol) const { in Resolve()
121 void GenericSpecInfo::Analyze(const parser::DefinedOpName &name) { in Analyze()
127 void GenericSpecInfo::Analyze(const parser::GenericSpec &x) { in Analyze()
169 llvm::raw_ostream &os, const GenericSpecInfo &info) { in operator <<()
H A Dresolve-names.cpp750 void AddUse(const GenericSpecInfo &);
2590 GenericSpecInfo genericSpecInfo{generic.value()}; in Pre()
2619 GenericSpecInfo localInfo{local}; in Pre()
2620 GenericSpecInfo useInfo{use}; in Pre()
2900 void ModuleVisitor::AddUse(const GenericSpecInfo &info) { in AddUse()
3024 if (auto *symbol{FindInScope(GenericSpecInfo{x}.symbolName())}) { in Pre()
4932 auto info{GenericSpecInfo{genericSpec.value()}}; in Pre()
6991 auto info{GenericSpecInfo{y.value()}}; in Pre()
7110 auto info{GenericSpecInfo{x}}; in CreateGeneric()