Home
last modified time | relevance | path

Searched refs:getCallIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp66 ID.AddInteger(Base.getCallIndex()); in getHashValue()
651 return ((const LV*)(const char*)Data.buffer)->Base.getCallIndex(); in getLValueCallIndex()
H A DExprConstant.cpp1356 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h86 unsigned getCallIndex() const { in getCallIndex() function