Home
last modified time | relevance | path

Searched defs:TSC (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp563 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
1183 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp7370 mutable TypeStringCache TSC; member in __anonbc557ed21411::XCoreTargetCodeGenInfo
7608 TypeStringCache &TSC) { in extractFieldType()
7635 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType()
7686 TypeStringCache &TSC, in appendEnumType()
7804 TypeStringCache &TSC) { in appendPointerType()
7816 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType()
7837 TypeStringCache &TSC) { in appendFunctionType()
7871 TypeStringCache &TSC) { in appendType()
7904 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) { in getTypeString()
/external/clang/include/clang/Sema/
DDeclSpec.h258 enum TSC { enum
/external/clang/include/clang/AST/
DDecl.h952 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()