Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp519 TSTLoc = TagKwLoc; in SetTypeSpecType()
538 TSTLoc = Loc; in SetTypeSpecType()
566 TSTLoc = TagKwLoc; in SetTypeSpecType()
582 TSTLoc = Loc; in SetTypeSpecType()
619 TSTLoc = Loc; in SetTypeAltiVecPixel()
627 TSTLoc = SourceLocation(); in SetTypeSpecError()
754 Diag(D, TSTLoc, diag::err_invalid_vector_bool_decl_spec) in Finish()
831 Diag(D, TSTLoc, diag::ext_integer_complex); in Finish()
/external/clang/include/clang/Sema/
DDeclSpec.h339 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc; variable
449 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()
/external/clang/tools/libclang/
DCIndex.cpp688 if (TemplateSpecializationTypeLoc *TSTLoc in VisitClassTemplateSpecializationDecl() local
690 for (unsigned I = 0, N = TSTLoc->getNumArgs(); I != N; ++I) in VisitClassTemplateSpecializationDecl()
691 if (VisitTemplateArgumentLoc(TSTLoc->getArgLoc(I))) in VisitClassTemplateSpecializationDecl()