reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/MicrosoftMangle.cpp
 3069   AccessSpecifier AS = Thunk.Return.isEmpty() ? MD->getAccess() : AS_public;
 3070   mangleThunkThisAdjustment(AS, Thunk.This, Mangler, MHO);
 3072   if (!Thunk.Return.isEmpty())
 3073     assert(Thunk.Method != nullptr &&
 3076   const CXXMethodDecl *DeclForFPT = Thunk.Method ? Thunk.Method : MD;
 3076   const CXXMethodDecl *DeclForFPT = Thunk.Method ? Thunk.Method : MD;