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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp211 bool InStaticMethod = Method && Method->isStatic(); local
214 if (IsField && InStaticMethod)
218 else if (ContextClass && RepClass && SS.isEmpty() && !InStaticMethod &&

Completed in 152 milliseconds