Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp491 struct CallRef { struct
492 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() argument
493 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() argument
496 explicit operator bool() const { return OrigCallee; } in operator bool()
500 const ParmVarDecl *getOrigParam(const ParmVarDecl *PVD) const { in getOrigParam()
509 const FunctionDecl *OrigCallee;
511 unsigned CallIndex;
513 unsigned Version;