clang 24.0.0git
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 4395 of file ASTImporter.cpp.

Member Data Documentation

◆ IndexOfDecl

unsigned int FriendCountAndPosition::IndexOfDecl

◆ TotalCount

unsigned int FriendCountAndPosition::TotalCount

Number of similar looking friends.

Definition at line 4397 of file ASTImporter.cpp.

Referenced by clang::ASTNodeImporter::VisitFriendDecl(), and clang::ASTNodeImporter::VisitFriendTemplateDecl().


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