Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp625 TSTLoc = TagKwLoc; in SetTypeSpecType()
645 TSTLoc = Loc; in SetTypeSpecType()
675 TSTLoc = TagKwLoc; in SetTypeSpecType()
692 TSTLoc = Loc; in SetTypeSpecType()
726 TSTLoc = Loc; in SetTypeAltiVecPixel()
741 TSTLoc = Loc; in SetTypeAltiVecBool()
749 TSTLoc = SourceLocation(); in SetTypeSpecError()
960 S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined) in Finish()
977 S.Diag(TSTLoc, diag::err_invalid_vector_bool_decl_spec) in Finish()
993 S.Diag(TSTLoc, diag::err_invalid_vector_long_long_decl_spec); in Finish()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h377 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc; variable
463 TSTLoc = SourceLocation(); in ClearTypeSpecType()
499 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()
/external/clang/tools/libclang/
DCIndex.cpp713 if (TemplateSpecializationTypeLoc TSTLoc = in VisitClassTemplateSpecializationDecl() local
715 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I) in VisitClassTemplateSpecializationDecl()
716 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I))) in VisitClassTemplateSpecializationDecl()