Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp215 bool InStaticMethod = Method && Method->isStatic(); in diagnoseInstanceReference() local
218 if (IsField && InStaticMethod) in diagnoseInstanceReference()
222 else if (ContextClass && RepClass && SS.isEmpty() && !InStaticMethod && in diagnoseInstanceReference()