9#ifndef LLVM_CLANG_ANALYSIS_SCALABLE_ASTENTITYMAPPING_H
10#define LLVM_CLANG_ANALYSIS_SCALABLE_ASTENTITYMAPPING_H
14#include "llvm/ADT/StringRef.h"
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.