Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp763 TSTLoc = TagKwLoc; in SetTypeSpecType()
785 TSTLoc = Loc; in SetTypeSpecType()
817 TSTLoc = TagKwLoc; in SetTypeSpecType()
845 TSTLoc = Loc; in SetTypeSpecType()
913 TSTLoc = Loc; in SetTypeAltiVecPixel()
930 TSTLoc = Loc; in SetTypeAltiVecBool()
938 TSTLoc = SourceLocation(); in SetTypeSpecError()
958 TSTLoc = KWLoc; in SetBitIntType()
1159 S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined) in Finish()
1175 S.Diag(TSTLoc, diag::err_invalid_vector_int128_decl_spec); in Finish()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h392 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable
484 TSTLoc = SourceLocation(); in ClearTypeSpecType()
533 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()
/openbsd-src/gnu/llvm/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()