struct Sema::FunctionDeclAndLoc

Declaration

struct Sema::FunctionDeclAndLoc { /* full declaration omitted */ };

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.

Declared at: clang/include/clang/Sema/Sema.h:12581

Member Variables

public CanonicalDeclPtr<clang::FunctionDecl> FD
public clang::SourceLocation Loc