Home
last modified time | relevance | path

Searched refs:TLSKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h897 enum TLSKind { enum
1128 TLSKind getTLSKind() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2150 VarDecl::TLSKind VarDecl::getTLSKind() const { in getTLSKind()