Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp754 TSTLoc = TagKwLoc; in SetTypeSpecType()
776 TSTLoc = Loc; in SetTypeSpecType()
808 TSTLoc = TagKwLoc; in SetTypeSpecType()
836 TSTLoc = Loc; in SetTypeSpecType()
904 TSTLoc = Loc; in SetTypeAltiVecPixel()
921 TSTLoc = Loc; in SetTypeAltiVecBool()
929 TSTLoc = SourceLocation(); in SetTypeSpecError()
949 TSTLoc = KWLoc; in SetExtIntType()
1151 S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined) in Finish()
1170 S.Diag(TSTLoc, diag::err_invalid_vector_bool_decl_spec) in Finish()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h381 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable
465 TSTLoc = SourceLocation(); in ClearTypeSpecType()
514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp734 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()