Home
last modified time | relevance | path

Searched refs:SCS_threadLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h338 SourceLocation StorageClassSpecLoc, SCS_threadLoc; variable
411 SourceLocation getThreadSpecLoc() const { return SCS_threadLoc; } in getThreadSpecLoc()
418 SCS_threadLoc = SourceLocation(); in ClearStorageClassSpecs()
/external/clang/lib/Sema/
DDeclSpec.cpp451 SCS_threadLoc = Loc; in SetStorageClassSpecThread()