Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h810 unsigned TSCSpec : 2; variable
953 VarDeclBits.TSCSpec = TSC; in setTSCSpec()
954 assert(VarDeclBits.TSCSpec == TSC && "truncation"); in setTSCSpec()
957 return static_cast<ThreadStorageClassSpecifier>(VarDeclBits.TSCSpec); in getTSCSpec()
/external/llvm-project/clang/include/clang/AST/
DDecl.h889 unsigned TSCSpec : 2; variable
1049 VarDeclBits.TSCSpec = TSC; in setTSCSpec()
1050 assert(VarDeclBits.TSCSpec == TSC && "truncation"); in setTSCSpec()
1053 return static_cast<ThreadStorageClassSpecifier>(VarDeclBits.TSCSpec); in getTSCSpec()
/external/clang/lib/AST/
DDecl.cpp1819 switch (VarDeclBits.TSCSpec) { in getTLSKind()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2012 switch (VarDeclBits.TSCSpec) { in getTLSKind()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1214 VD->VarDeclBits.TSCSpec = Record[Idx++]; in VisitVarDeclImpl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1416 VD->VarDeclBits.TSCSpec = Record.readInt(); in VisitVarDeclImpl()