Searched refs:FindPointerComponent (Results 1 – 3 of 3) sorted by relevance
295 static const Symbol *FindPointerComponent( in FindPointerComponent() function318 pointer{FindPointerComponent(*nested, visited)}) { in FindPointerComponent()329 const Symbol *FindPointerComponent(const Scope &scope) { in FindPointerComponent() function331 return FindPointerComponent(scope, visited); in FindPointerComponent()334 const Symbol *FindPointerComponent(const DerivedTypeSpec &derived) { in FindPointerComponent() function336 return FindPointerComponent(*scope); in FindPointerComponent()342 const Symbol *FindPointerComponent(const DeclTypeSpec &type) { in FindPointerComponent() function344 return FindPointerComponent(*derived); in FindPointerComponent()350 const Symbol *FindPointerComponent(const DeclTypeSpec *type) { in FindPointerComponent() function351 return type ? FindPointerComponent(*type) : nullptr; in FindPointerComponent()[all …]
1788 if (const Symbol * pointer{FindPointerComponent(*symbol)}) { in Analyze()
48 const Symbol *FindPointerComponent(const Scope &);49 const Symbol *FindPointerComponent(const DerivedTypeSpec &);50 const Symbol *FindPointerComponent(const DeclTypeSpec &);51 const Symbol *FindPointerComponent(const Symbol &);