Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()