HomeSort by relevance Sort by last modified time
    Searched defs:HasThisReturn (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.h 94 virtual bool HasThisReturn(GlobalDecl GD) const { return false; }
242 /// 'this' if HasThisReturn(GlobalDecl(Ctor, T)) is true or 'void' otherwise
268 /// 'this' if HasThisReturn(GlobalDecl(Dtor, T)) is true or 'void' otherwise
311 /// initialized with the type of 'this' if HasThisReturn(CGF.CurGD) is true or
MicrosoftCXXABI.cpp 45 bool HasThisReturn(GlobalDecl GD) const override;
762 bool MicrosoftCXXABI::HasThisReturn(GlobalDecl GD) const {
    [all...]

Completed in 202 milliseconds