Home
last modified time | relevance | path

Searched defs:CallRef (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp497 struct CallRef { struct
498 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() function
499 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() argument
502 explicit operator bool() const { return OrigCallee; } in operator bool()
506 const ParmVarDecl *getOrigParam(const ParmVarDecl *PVD) const { in getOrigParam()
515 const FunctionDecl *OrigCallee;
517 unsigned CallIndex;
519 unsigned Version;