Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp219 bool InStaticMethod = Method && Method->isStatic(); in diagnoseInstanceReference() local
232 if (IsField && InStaticMethod) in diagnoseInstanceReference()
242 !InExplicitObjectMethod && !InStaticMethod && in diagnoseInstanceReference()