Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp555 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
1152 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp6454 mutable TypeStringCache TSC; member in __anond1b9d1931011::XCoreTargetCodeGenInfo
6643 TypeStringCache &TSC) { in extractFieldType()
6672 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType()
6723 TypeStringCache &TSC, in appendEnumType()
6841 TypeStringCache &TSC) { in appendPointerType()
6853 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType()
6874 TypeStringCache &TSC) { in appendFunctionType()
6908 TypeStringCache &TSC) { in appendType()
6941 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) { in getTypeString()
/external/clang/include/clang/Sema/
DDeclSpec.h262 enum TSC { enum
/external/clang/include/clang/AST/
DDecl.h866 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()