Searched refs:getThis (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h97 const Pointer &getThis() const { return This; } function in class:clang::interp::final
H A DInterp.h377 const Pointer &This = S.Current->getThis();
392 const Pointer &This = S.Current->getThis();
427 const Pointer &This = S.Current->getThis();
440 const Pointer &This = S.Current->getThis();
454 const Pointer &This = S.Current->getThis();
532 const Pointer &This = S.Current->getThis();
555 const Pointer &This = S.Current->getThis();
576 const Pointer &This = S.Current->getThis();
605 const Pointer &This = S.Current->getThis();
608 return VirtBaseHelper(S, OpPC, D, S.Current->getThis());
[all...]

Completed in 55 milliseconds