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

References

tools/clang/include/clang/Basic/ABI.h
  200            LHS.Method == RHS.Method;
  200            LHS.Method == RHS.Method;
  204     return This.isEmpty() && Return.isEmpty() && Method == nullptr;
tools/clang/lib/AST/MicrosoftMangle.cpp
 3073     assert(Thunk.Method != nullptr &&
 3076   const CXXMethodDecl *DeclForFPT = Thunk.Method ? Thunk.Method : MD;
 3076   const CXXMethodDecl *DeclForFPT = Thunk.Method ? Thunk.Method : MD;
tools/clang/lib/AST/VTableBuilder.cpp
 2109         assert(LHS.Method == nullptr && RHS.Method == nullptr);
 2109         assert(LHS.Method == nullptr && RHS.Method == nullptr);
 3066   if (!R.isEmpty() || TI.Method) {
 3070         << TI.Method->getReturnType().getCanonicalType().getAsString()