HomeSort by: relevance | last modified time | path
    Searched defs:HasThisReturn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.h 107 virtual bool HasThisReturn(GlobalDecl GD) const { return false; }
378 /// initialized with the type of 'this' if HasThisReturn(CGF.CurGD) is true or
MicrosoftCXXABI.cpp 52 bool HasThisReturn(GlobalDecl GD) const override;
1069 bool MicrosoftCXXABI::HasThisReturn(GlobalDecl GD) const {
1559 // HasThisReturn only specifies a contract, not the implementation
1560 if (HasThisReturn(CGF.CurGD))

Completed in 33 milliseconds