Home
last modified time | relevance | path

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

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