Home
last modified time | relevance | path

Searched refs:TLS_Static (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp772 case VarDecl::TLS_Static: JOS.attribute("tls", "static"); break; in VisitVarDecl()
H A DDecl.cpp2047 : TLS_Static; in getTLSKind()
2050 return TLS_Static; in getTLSKind()
H A DTextNodeDumper.cpp1678 case VarDecl::TLS_Static: in VisitVarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h868 TLS_Static, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8147 case VarDecl::TLS_Static: in clang_getCursorTLSKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13028 if (var->getTLSKind() == VarDecl::TLS_Static) { in CheckCompleteVariableDeclaration()