Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp310 class DeclTypeSpecVisitor : public AttrsVisitor { class
371 class ImplicitRulesVisitor : public DeclTypeSpecVisitor {
373 using DeclTypeSpecVisitor::Post;
374 using DeclTypeSpecVisitor::Pre;
1587 const DeclTypeSpec *DeclTypeSpecVisitor::GetDeclTypeSpec() { in GetDeclTypeSpec()
1591 void DeclTypeSpecVisitor::BeginDeclTypeSpec() { in BeginDeclTypeSpec()
1596 void DeclTypeSpecVisitor::EndDeclTypeSpec() { in EndDeclTypeSpec()
1601 void DeclTypeSpecVisitor::SetDeclTypeSpecCategory( in SetDeclTypeSpecCategory()
1607 bool DeclTypeSpecVisitor::Pre(const parser::TypeGuardStmt &) { in Pre()
1611 void DeclTypeSpecVisitor::Post(const parser::TypeGuardStmt &) { in Post()
[all …]