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

References

tools/clang/lib/Sema/SemaExpr.cpp
10136   if (!Method) {
10139       Method = S.LookupInstanceMethodInGlobalPool(IsEqualSel, SourceRange(),
10143       Method = S.LookupMethodInQualifiedType(IsEqualSel, Type,
10148   if (!Method)
10151   QualType T = Method->parameters()[0]->getType();
10155   QualType R = Method->getReturnType();