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 105 virtual bool HasThisReturn(GlobalDecl GD) const { return false; }
334 /// initialized with the type of 'this' if HasThisReturn(CGF.CurGD) is true or
MicrosoftCXXABI.cpp 51 bool HasThisReturn(GlobalDecl GD) const override;
    [all...]

Completed in 249 milliseconds