Home | History | Annotate | Download | only in libclang

Lines Matching refs:getTypeQualifiers

7091   return (Method && (Method->getTypeQualifiers() & Qualifiers::Const)) ? 1 : 0;