Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp494 struct CallRef { struct
495 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() argument
496 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() argument
499 explicit operator bool() const { return OrigCallee; } in operator bool()
503 const ParmVarDecl *getOrigParam(const ParmVarDecl *PVD) const { in getOrigParam()
512 const FunctionDecl *OrigCallee;
514 unsigned CallIndex;
516 unsigned Version;