Searched refs:TSTLoc (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | DeclSpec.cpp | 752 TSTLoc = TagKwLoc; in SetTypeSpecType() 774 TSTLoc = Loc; in SetTypeSpecType() 806 TSTLoc = TagKwLoc; in SetTypeSpecType() 834 TSTLoc = Loc; in SetTypeSpecType() 902 TSTLoc = Loc; in SetTypeAltiVecPixel() 919 TSTLoc = Loc; in SetTypeAltiVecBool() 927 TSTLoc = SourceLocation(); in SetTypeSpecError() 947 TSTLoc = KWLoc; in SetExtIntType() 1149 S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined) in Finish() 1168 S.Diag(TSTLoc, diag::err_invalid_vector_bool_decl_spec) in Finish() [all …]
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 635 TSTLoc = TagKwLoc; in SetTypeSpecType() 655 TSTLoc = Loc; in SetTypeSpecType() 685 TSTLoc = TagKwLoc; in SetTypeSpecType() 702 TSTLoc = Loc; in SetTypeSpecType() 752 TSTLoc = Loc; in SetTypeAltiVecPixel() 767 TSTLoc = Loc; in SetTypeAltiVecBool() 775 TSTLoc = SourceLocation(); in SetTypeSpecError() 987 S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined) in Finish() 1004 S.Diag(TSTLoc, diag::err_invalid_vector_bool_decl_spec) in Finish() 1020 S.Diag(TSTLoc, diag::err_invalid_vector_long_long_decl_spec); in Finish() [all …]
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 381 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable 465 TSTLoc = SourceLocation(); in ClearTypeSpecType() 514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 720 if (TemplateSpecializationTypeLoc TSTLoc = in VisitClassTemplateSpecializationDecl() local 722 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I) in VisitClassTemplateSpecializationDecl() 723 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I))) in VisitClassTemplateSpecializationDecl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 734 if (TemplateSpecializationTypeLoc TSTLoc = in VisitClassTemplateSpecializationDecl() local 736 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I) in VisitClassTemplateSpecializationDecl() 737 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I))) in VisitClassTemplateSpecializationDecl()
|