Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp553 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
1156 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp6937 mutable TypeStringCache TSC; member in __anon76bdb23f1011::XCoreTargetCodeGenInfo
7128 TypeStringCache &TSC) { in extractFieldType()
7155 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType()
7206 TypeStringCache &TSC, in appendEnumType()
7324 TypeStringCache &TSC) { in appendPointerType()
7336 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType()
7357 TypeStringCache &TSC) { in appendFunctionType()
7391 TypeStringCache &TSC) { in appendType()
7424 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) { in getTypeString()
/external/clang/include/clang/Sema/
DDeclSpec.h258 enum TSC { enum
/external/clang/include/clang/AST/
DDecl.h879 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()