Home
last modified time | relevance | path

Searched refs:TSCSpec (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h753 unsigned TSCSpec : 2; variable
877 VarDeclBits.TSCSpec = TSC; in setTSCSpec()
878 assert(VarDeclBits.TSCSpec == TSC && "truncation"); in setTSCSpec()
881 return static_cast<ThreadStorageClassSpecifier>(VarDeclBits.TSCSpec); in getTSCSpec()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp1804 switch (VarDeclBits.TSCSpec) { in getTLSKind()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1178 VD->VarDeclBits.TSCSpec = Record[Idx++]; in VisitVarDeclImpl()