Searched defs:HasThisReturn (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.h94 virtual bool HasThisReturn(GlobalDecl GD) const { return false; } function in class:clang::CodeGen::CGCXXABI
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
H A DMicrosoftCXXABI.cpp45 bool HasThisReturn(GlobalDecl GD) const override;
762 bool MicrosoftCXXABI::HasThisReturn(GlobalDecl GD) const { function in class:MicrosoftCXXABI
1106 /// HasThisReturn only specifies a contract, not the implementation
1107 if (HasThisReturn(CGF.CurGD))

Completed in 72 milliseconds