clang 19.0.0git
Public Attributes | List of all members
FriendCountAndPosition Struct Reference

Used as return type of getFriendCountAndPosition. More...

Public Attributes

unsigned int TotalCount
 Number of similar looking friends.
 
unsigned int IndexOfDecl
 Index of the specific FriendDecl.
 

Detailed Description

Used as return type of getFriendCountAndPosition.

Definition at line 4271 of file ASTImporter.cpp.

Member Data Documentation

◆ IndexOfDecl

unsigned int FriendCountAndPosition::IndexOfDecl

Index of the specific FriendDecl.

Definition at line 4275 of file ASTImporter.cpp.

Referenced by clang::ASTNodeImporter::VisitFriendDecl().

◆ TotalCount

unsigned int FriendCountAndPosition::TotalCount

Number of similar looking friends.

Definition at line 4273 of file ASTImporter.cpp.

Referenced by clang::ASTNodeImporter::VisitFriendDecl().


The documentation for this struct was generated from the following file: