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.h923 enum TLSKind { enum
1159 TLSKind getTLSKind() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2167 VarDecl::TLSKind VarDecl::getTLSKind() const { in getTLSKind()