Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTLSKind

3641   if (New->getTLSKind() != Old->getTLSKind()) {
3642 if (!Old->getTLSKind()) {
3645 } else if (!New->getTLSKind()) {
3654 << New->getDeclName() << (New->getTLSKind() == VarDecl::TLS_Dynamic);
5521 var->getTLSKind()) {
10343 if (var->getTLSKind() == VarDecl::TLS_Static) {
10504 if (VD->getTLSKind() && !hasDependentAlignment(VD)) {
10601 if (DLLAttr && VD->getTLSKind()) {