Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp755 TSTLoc = TagKwLoc; in SetTypeSpecType()
777 TSTLoc = Loc; in SetTypeSpecType()
809 TSTLoc = TagKwLoc; in SetTypeSpecType()
837 TSTLoc = Loc; in SetTypeSpecType()
905 TSTLoc = Loc; in SetTypeAltiVecPixel()
922 TSTLoc = Loc; in SetTypeAltiVecBool()
930 TSTLoc = SourceLocation(); in SetTypeSpecError()
950 TSTLoc = KWLoc; in SetBitIntType()
1308 S.Diag(TSTLoc, diag::ext_integer_complex); in Finish()
1355 TSTLoc = TSTNameLoc = StorageClassSpecLoc; in Finish()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h382 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable
465 TSTLoc = SourceLocation(); in ClearTypeSpecType()
514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp735 if (TemplateSpecializationTypeLoc TSTLoc = in VisitClassTemplateSpecializationDecl() local
737 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I) in VisitClassTemplateSpecializationDecl()
738 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I))) in VisitClassTemplateSpecializationDecl()