Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTLSKind

3223   if (New->getTLSKind() != Old->getTLSKind()) {
3224 if (!Old->getTLSKind()) {
3227 } else if (!New->getTLSKind()) {
3236 << New->getDeclName() << (New->getTLSKind() == VarDecl::TLS_Dynamic);
4959 var->getTLSKind()) {
9083 if (var->getTLSKind() == VarDecl::TLS_Static) {