Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp521 struct CallRef { struct
522 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() argument
523 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() argument
526 explicit operator bool() const { return OrigCallee; } in operator bool()
530 const ParmVarDecl *getOrigParam(const ParmVarDecl *PVD) const { in getOrigParam()
539 const FunctionDecl *OrigCallee;
541 unsigned CallIndex;
543 unsigned Version;