Home
last modified time | relevance | path

Searched defs:typeSymbol (Results 1 – 12 of 12) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dtype.cpp24 DerivedTypeSpec::DerivedTypeSpec(SourceName name, const Symbol &typeSymbol) in DerivedTypeSpec() argument
234 static bool MatchKindParams(const Symbol &typeSymbol, in MatchKindParams() argument
254 const Symbol *typeSymbol{ in MatchesOrExtends() local
[all...]
H A Dmod-file.cpp385 PutComponents(const Symbol & typeSymbol) PutComponents() argument
519 PutDerivedType(const Symbol & typeSymbol,const Scope * scope) PutDerivedType() argument
557 PutDECStructure(const Symbol & typeSymbol,const Scope * scope) PutDECStructure() argument
928 const Symbol &typeSymbol{details.type()->derivedTypeSpec().typeSymbol()}; PutObjectEntity() local
1717 const auto &typeSymbol{derived->typeSymbol()}; DoType() local
[all...]
H A Dtools.cpp745 const Symbol &typeSymbol{spec.typeSymbol()}; FinalsForDerivedTypeInstantiation() local
1138 OrderParameterNames(const Symbol & typeSymbol) OrderParameterNames() argument
1148 OrderParameterDeclarations(const Symbol & typeSymbol) OrderParameterDeclarations() argument
[all...]
H A Dexpression.cpp488 const Symbol &typeSymbol{ CheckPolymorphic() local
1322 if (const Symbol *typeSymbol{scope.GetSymbol()}) { CreateComponent() local
1983 const Symbol &typeSymbol{spec.typeSymbol()}; Analyze() local
[all...]
H A Druntime-type-info.cpp1393 const Symbol &typeSymbol{derived->typeSymbol()}; ShouldIgnoreRuntimeTypeInfoNonTbpGenericInterfaces() local
H A Dresolve-names.cpp1968 CheckForAbstractType(const Symbol & typeSymbol) CheckForAbstractType() argument
2295 const Symbol &typeSymbol{DEREF(type.GetSymbol())}; SayDerivedType() local
5303 const semantics::Symbol &typeSymbol{*iter->second}; Post() local
5530 if (Symbol * typeSymbol{FindInScope(currScope(), name)}; typeSymbol && Post() local
6412 CheckCommonBlockDerivedType(const SourceName & name,const Symbol & typeSymbol,UnorderedSymbolSet & typeSet) CheckCommonBlockDerivedType() argument
[all...]
H A Dcheck-declarations.cpp2406 const Symbol &typeSymbol{*proc.owner().GetSymbol()}; CheckPassArg() local
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dexpression.cpp286 if (const Symbol * typeSymbol{GetParentComponentSymbol(component)}) { Find() local
H A Dtype.cpp256 const semantics::Symbol &typeSymbol{derived.typeSymbol()}; FindParentComponent() local
/llvm-project/flang/include/flang/Semantics/
H A Dtype.h262 const Symbol &typeSymbol() const { return typeSymbol_; } typeSymbol() function
/llvm-project/flang/lib/Lower/
H A DConvertType.cpp378 const Fortran::semantics::Symbol &typeSymbol = tySpec.typeSymbol(); genDerivedType() local
H A DConvertVariable.cpp414 const Fortran::semantics::Symbol &typeSymbol = genDefaultInitializerValue() local