clang: clang::SemaCUDA::FunctionDeclAndLoc Struct Reference (original) (raw)

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

#include "[clang/Sema/SemaCUDA.h](SemaCUDA%5F8h%5Fsource.html)"

Public Attributes
CanonicalDeclPtr< const FunctionDecl > FD
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 65 of file SemaCUDA.h.

Member Data Documentation

FD

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

Definition at line 66 of file SemaCUDA.h.

Referenced by llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::getHashValue(), and llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::isEqual().

Loc

SourceLocation clang::SemaCUDA::FunctionDeclAndLoc::Loc

Definition at line 67 of file SemaCUDA.h.

Referenced by llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::getHashValue(), and llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::isEqual().


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