Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp295 static const Symbol *FindPointerComponent( in FindPointerComponent() function
318 pointer{FindPointerComponent(*nested, visited)}) { in FindPointerComponent()
329 const Symbol *FindPointerComponent(const Scope &scope) { in FindPointerComponent() function
331 return FindPointerComponent(scope, visited); in FindPointerComponent()
334 const Symbol *FindPointerComponent(const DerivedTypeSpec &derived) { in FindPointerComponent() function
336 return FindPointerComponent(*scope); in FindPointerComponent()
342 const Symbol *FindPointerComponent(const DeclTypeSpec &type) { in FindPointerComponent() function
344 return FindPointerComponent(*derived); in FindPointerComponent()
350 const Symbol *FindPointerComponent(const DeclTypeSpec *type) { in FindPointerComponent() function
351 return type ? FindPointerComponent(*type) : nullptr; in FindPointerComponent()
[all …]
H A Dexpression.cpp1788 if (const Symbol * pointer{FindPointerComponent(*symbol)}) { in Analyze()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h48 const Symbol *FindPointerComponent(const Scope &);
49 const Symbol *FindPointerComponent(const DerivedTypeSpec &);
50 const Symbol *FindPointerComponent(const DeclTypeSpec &);
51 const Symbol *FindPointerComponent(const Symbol &);