Searched defs:dtScope (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/flang/lib/Semantics/ |
| H A D | runtime-type-info.cpp | 393 DescribeType(Scope & dtScope) DescribeType() argument 743 DescribeComponent(const Symbol & symbol,const ObjectEntityDetails & object,Scope & scope,Scope & dtScope,const std::string & distinctName,const SymbolVector * parameters) DescribeComponent() argument 917 InitializeDataPointer(evaluate::StructureConstructorValues & values,const Symbol & symbol,const ObjectEntityDetails & object,Scope & scope,Scope & dtScope,const std::string & distinctName) InitializeDataPointer() argument 976 CollectBindings(const Scope & dtScope) CollectBindings() argument 1017 DescribeBindings(const Scope & dtScope,Scope & scope) DescribeBindings() argument 1032 DescribeSpecialGenerics(const Scope & dtScope,const Scope & thisScope,const DerivedTypeSpec * derivedTypeSpec) const DescribeSpecialGenerics() argument 1050 DescribeSpecialGeneric(const GenericDetails & generic,std::map<int,evaluate::StructureConstructor> & specials,const Scope & dtScope,const DerivedTypeSpec * derivedTypeSpec) const DescribeSpecialGeneric() argument 1084 DescribeSpecialProc(std::map<int,evaluate::StructureConstructor> & specials,const Symbol & specificOrBinding,bool isAssignment,bool isFinal,std::optional<common::DefinedIo> io,const Scope * dtScope,const DerivedTypeSpec * derivedTypeSpec,bool isTypeBound) const DescribeSpecialProc() argument [all...] |
| H A D | check-io.cpp | 1063 if (const Scope * dtScope{derived.scope()}) { FindUnsafeIoDirectComponent() local 1091 if (const Scope * dtScope{derived.scope()}) { FindInaccessibleComponent() local
|
| H A D | check-declarations.cpp | 2437 const Scope &dtScope{symbol.owner()}; CheckProcBinding() local 3315 if (const Scope * dtScope{derivedType.scope()}) { CheckAlreadySeenDefinedIo() local
|
| H A D | tools.cpp | 1618 if (const Scope * dtScope{derived.scope()}) { HasDefinedIo() local
|