Searched defs:TSTLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h368 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc; member in class:clang::DeclSpec
371 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
459 TSTLoc = SourceLocation();
493 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }

Completed in 124 milliseconds