clang 19.0.0git
Public Attributes | List of all members
clang::Sema::FunctionDeclAndLoc Struct Reference

A pair of a canonical FunctionDecl and a SourceLocation. More...

#include "clang/Sema/Sema.h"

Public Attributes

CanonicalDeclPtr< const FunctionDeclFD
 
SourceLocation Loc
 

Detailed Description

A pair of a canonical FunctionDecl and a SourceLocation.

When used as the key in a hashtable, both the FD and location are hashed.

Definition at line 13105 of file Sema.h.

Member Data Documentation

◆ FD

CanonicalDeclPtr<const FunctionDecl> clang::Sema::FunctionDeclAndLoc::FD

◆ Loc

SourceLocation clang::Sema::FunctionDeclAndLoc::Loc

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