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

/external/clang/lib/Sema/
H A DDeclSpec.cpp605 TSTLoc = TagKwLoc;
624 TSTLoc = Loc;
652 TSTLoc = TagKwLoc;
668 TSTLoc = Loc;
705 TSTLoc = Loc;
719 TSTLoc = Loc;
727 TSTLoc = SourceLocation();
885 Diag(D, TSTLoc, diag::err_decltype_auto_cannot_be_combined)
902 Diag(D, TSTLoc, diag::err_invalid_vector_bool_decl_spec)
980 Diag(D, TSTLoc, dia
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h375 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc; member in class:clang::DeclSpec
378 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
492 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
/external/clang/tools/libclang/
H A DCIndex.cpp682 if (TemplateSpecializationTypeLoc TSTLoc =
684 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
685 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))

Completed in 646 milliseconds