clang 22.0.0git
|
#include "clang/Sema/SemaCUDA.h"
Public Types | |
using | FunctionDeclAndLoc = clang::SemaCUDA::FunctionDeclAndLoc |
using | FDBaseInfo |
Static Public Member Functions | |
static FunctionDeclAndLoc | getEmptyKey () |
static FunctionDeclAndLoc | getTombstoneKey () |
static unsigned | getHashValue (const FunctionDeclAndLoc &FDL) |
static bool | isEqual (const FunctionDeclAndLoc &LHS, const FunctionDeclAndLoc &RHS) |
Definition at line 293 of file SemaCUDA.h.
using llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::FDBaseInfo |
Definition at line 295 of file SemaCUDA.h.
using llvm::DenseMapInfo< clang::SemaCUDA::FunctionDeclAndLoc >::FunctionDeclAndLoc = clang::SemaCUDA::FunctionDeclAndLoc |
Definition at line 294 of file SemaCUDA.h.
|
inlinestatic |
Definition at line 298 of file SemaCUDA.h.
|
inlinestatic |
Definition at line 306 of file SemaCUDA.h.
References clang::SemaCUDA::FunctionDeclAndLoc::FD, clang::SourceLocation::getHashValue(), and clang::SemaCUDA::FunctionDeclAndLoc::Loc.
|
inlinestatic |
Definition at line 302 of file SemaCUDA.h.
|
inlinestatic |
Definition at line 311 of file SemaCUDA.h.
References clang::SemaCUDA::FunctionDeclAndLoc::FD, and clang::SemaCUDA::FunctionDeclAndLoc::Loc.