Home
last modified time | relevance | path

Searched refs:InStaticMethod (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExprMember.cpp212 bool InStaticMethod = Method && Method->isStatic(); in diagnoseInstanceReference() local
215 if (IsField && InStaticMethod) in diagnoseInstanceReference()
219 else if (ContextClass && RepClass && SS.isEmpty() && !InStaticMethod && in diagnoseInstanceReference()