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

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

#include "clang/Sema/SemaCUDA.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 55 of file SemaCUDA.h.

Member Data Documentation

◆ FD

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

◆ Loc

SourceLocation clang::SemaCUDA::FunctionDeclAndLoc::Loc

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