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

/external/clang/lib/Sema/
H A DDeclSpec.cpp608 TSTLoc = TagKwLoc;
628 TSTLoc = Loc;
658 TSTLoc = TagKwLoc;
675 TSTLoc = Loc;
714 TSTLoc = Loc;
729 TSTLoc = Loc;
737 TSTLoc = SourceLocation();
950 Diag(D, TSTLoc, diag::err_decltype_auto_cannot_be_combined)
967 Diag(D, TSTLoc, diag::err_invalid_vector_bool_decl_spec)
1045 Diag(D, TSTLoc, dia
[all...]
/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; }
/external/clang/tools/libclang/
H A DCIndex.cpp702 if (TemplateSpecializationTypeLoc TSTLoc =
704 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
705 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))

Completed in 1198 milliseconds