clang 18.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/Interp/FunctionPointer.h"
Public Member Functions | |
FunctionPointer () | |
FunctionPointer (const Function *Func) | |
const Function * | getFunction () const |
APValue | toAPValue () const |
void | print (llvm::raw_ostream &OS) const |
std::string | toDiagnosticString (const ASTContext &Ctx) const |
ComparisonCategoryResult | compare (const FunctionPointer &RHS) const |
Definition at line 20 of file FunctionPointer.h.
|
inline |
Definition at line 25 of file FunctionPointer.h.
References clang::Func.
|
inline |
Definition at line 26 of file FunctionPointer.h.
References clang::Func.
|
inline |
Definition at line 55 of file FunctionPointer.h.
References clang::Equal, clang::Func, and clang::Unordered.
Referenced by clang::interp::CmpHelperEQ< FunctionPointer >().
|
inline |
Definition at line 28 of file FunctionPointer.h.
References clang::Func.
Referenced by clang::interp::CallPtr().
|
inline |
Definition at line 39 of file FunctionPointer.h.
References clang::Func.
Referenced by clang::interp::operator<<().
|
inline |
Definition at line 30 of file FunctionPointer.h.
References clang::Func, and clang::CharUnits::Zero().
Referenced by toDiagnosticString().
|
inline |
Definition at line 48 of file FunctionPointer.h.
References clang::Func, clang::APValue::getAsString(), and toAPValue().
Referenced by clang::interp::CmpHelper< FunctionPointer >().