Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp358 void SetDeclTypeSpec(const DeclTypeSpec &);
1828 SetDeclTypeSpec(context().MakeNumericType(category, kind)); in MakeNumericType()
1838 SetDeclTypeSpec(context().globalScope().MakeClassStarType()); in Post()
1841 SetDeclTypeSpec(context().globalScope().MakeTypeStarType()); in Post()
4311 SetDeclTypeSpec(MakeLogicalType(x.kind)); in Post()
4321 SetDeclTypeSpec(currScope().MakeCharacterType( in Post()
4433 SetDeclTypeSpec(type); in Post()
4445 SetDeclTypeSpec(*extant); in Post()
4461 SetDeclTypeSpec(type); in Post()
4476 SetDeclTypeSpec(*extant); in Post()
[all …]