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

/external/clang/lib/Sema/
H A DSemaExprMember.cpp202 bool InStaticMethod = Method && Method->isStatic(); local
205 if (IsField && InStaticMethod)
209 else if (ContextClass && RepClass && SS.isEmpty() && !InStaticMethod &&

Completed in 25 milliseconds