9#ifndef LLVM_CLANG_ANALYSIS_SCALABLE_ASTENTITYMAPPING_H
10#define LLVM_CLANG_ANALYSIS_SCALABLE_ASTENTITYMAPPING_H
14#include "llvm/ADT/StringRef.h"
Decl - This represents one declaration (or definition), e.g.
Represents a function declaration or definition.
std::optional< EntityName > getEntityNameForReturn(const FunctionDecl *FD)
Maps return entity of a function to an EntityName.
std::optional< EntityName > getEntityName(const Decl *D)
Maps a declaration to an EntityName.