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

/external/clang/lib/CodeGen/
H A DCGCXXABI.h106 virtual bool HasThisReturn(GlobalDecl GD) const { return false; } function in class:clang::CodeGen::CGCXXABI
223 /// 'this' if HasThisReturn(GlobalDecl(Ctor, T)) is true or 'void' otherwise
243 /// 'this' if HasThisReturn(GlobalDecl(Dtor, T)) is true or 'void' otherwise
264 /// initialized with the type of 'this' if HasThisReturn(CGF.CurGD) is true or
H A DItaniumCXXABI.cpp188 bool HasThisReturn(GlobalDecl GD) const { function in class:__anon15235::ARMCXXABI
770 // HasThisReturn(GlobalDecl(Ctor, Type)) is true
802 // HasThisReturn(GlobalDecl(Dtor, Type)) is true
866 /// HasThisReturn only specifies a contract, not the implementation
867 if (HasThisReturn(CGF.CurGD))
H A DMicrosoftCXXABI.cpp34 bool HasThisReturn(GlobalDecl GD) const;
340 bool MicrosoftCXXABI::HasThisReturn(GlobalDecl GD) const { function in class:MicrosoftCXXABI
470 /// HasThisReturn only specifies a contract, not the implementation
471 if (HasThisReturn(CGF.CurGD))

Completed in 161 milliseconds