Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp914 Symbol *MakeTypeSymbol(const SourceName &, Details &&);
915 Symbol *MakeTypeSymbol(const parser::Name &, Details &&);
3717 Symbol *typeParam{MakeTypeSymbol( in Pre()
3821 if (Symbol * symbol{MakeTypeSymbol(name, TypeParamDetails{attr})}) { in Post()
4052 if (auto *s{MakeTypeSymbol(bindingName, ProcBindingDetails{*procedure})}) { in Post()
4097 MakeTypeSymbol(bindingName, ProcBindingDetails{*interface})}) { in Post()
4156 genericSymbol = MakeTypeSymbol(symbolName, GenericDetails{}); in Pre()
4830 Symbol *DeclarationVisitor::MakeTypeSymbol( in MakeTypeSymbol() function in Fortran::semantics::DeclarationVisitor
4832 return Resolve(name, MakeTypeSymbol(name.source, std::move(details))); in MakeTypeSymbol()
4834 Symbol *DeclarationVisitor::MakeTypeSymbol( in MakeTypeSymbol() function in Fortran::semantics::DeclarationVisitor