Lines Matching refs:semantics
100 const Fortran::semantics::Symbol &, in visit()
107 const Fortran::semantics::Symbol &sym, in visit()
113 const Fortran::semantics::Symbol &sym, in visit()
119 const Fortran::semantics::Symbol &sym, in visit()
131 const Fortran::semantics::Symbol &sym) { in getType()
137 const Fortran::semantics::Symbol &) { in instantiateHostTuple()
148 const Fortran::semantics::Symbol &sym, in getFromTuple()
159 const Fortran::semantics::Symbol &sym) { in getType()
160 if (Fortran::semantics::IsPointer(sym)) in getType()
168 const Fortran::semantics::Symbol &) { in instantiateHostTuple()
179 const Fortran::semantics::Symbol &sym, in getFromTuple()
195 const Fortran::semantics::Symbol &sym) { in getType()
203 const Fortran::semantics::Symbol &) { in instantiateHostTuple()
214 const Fortran::semantics::Symbol &sym, in getFromTuple()
225 static bool isDerivedWithLenParameters(const Fortran::semantics::Symbol &sym) { in isDerivedWithLenParameters()
228 return Fortran::semantics::CountLenParameters(*derived) != 0; in isDerivedWithLenParameters()
239 const Fortran::semantics::Symbol &sym) { in getType()
244 const Fortran::semantics::Symbol &) { in instantiateHostTuple()
256 const Fortran::semantics::Symbol &sym, in getFromTuple()
271 } else if (Fortran::semantics::IsAssumedLengthCharacter(sym) || in getFromTuple()
281 if (Fortran::semantics::IsOptional(sym)) { in getFromTuple()
324 const Fortran::semantics::Symbol &sym) { in getType()
332 const Fortran::semantics::Symbol &sym) { in instantiateHostTuple()
337 Fortran::semantics::IsOptional(sym)) { in instantiateHostTuple()
364 const Fortran::semantics::Symbol &sym, in getFromTuple()
398 if (Fortran::semantics::IsOptional(sym)) { in getFromTuple()
420 const Fortran::semantics::Symbol &sym) { in canReadCapturedBoxValue()
425 const Fortran::semantics::DeclTypeSpec *type = sym.GetType(); in canReadCapturedBoxValue()
439 const Fortran::semantics::Symbol &sym) { in walkCaptureCategories()
447 if (Fortran::semantics::IsProcedure(sym)) in walkCaptureCategories()
552 for (const Fortran::semantics::Symbol *sym : symbols) in getArgumentType()