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.cpp502 struct CallRef { struct
503 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() function
504 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() function
507 explicit operator bool() const { return OrigCallee; } in operator bool()
511 const ParmVarDecl *getOrigParam(const ParmVarDecl *PVD) const { in getOrigParam()
520 const FunctionDecl *OrigCallee;
522 unsigned CallIndex;
524 unsigned Version;