Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp213 bool InStaticMethod = Method && Method->isStatic(); in diagnoseInstanceReference() local
216 if (IsField && InStaticMethod) in diagnoseInstanceReference()
220 else if (ContextClass && RepClass && SS.isEmpty() && !InStaticMethod && in diagnoseInstanceReference()