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

/external/clang/lib/Sema/
H A DDeclSpec.cpp565 TSTLoc = TagKwLoc;
584 TSTLoc = Loc;
612 TSTLoc = TagKwLoc;
628 TSTLoc = Loc;
665 TSTLoc = Loc;
673 TSTLoc = SourceLocation();
820 Diag(D, TSTLoc, diag::err_invalid_vector_bool_decl_spec)
898 Diag(D, TSTLoc, diag::ext_integer_complex);
915 TSTLoc = TSTNameLoc = StorageClassSpecLoc;
921 Diag(D, TSTLoc, dia
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h356 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc; member in class:clang::DeclSpec
359 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
470 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
/external/clang/tools/libclang/
H A DCIndex.cpp651 if (TemplateSpecializationTypeLoc *TSTLoc
653 for (unsigned I = 0, N = TSTLoc->getNumArgs(); I != N; ++I)
654 if (VisitTemplateArgumentLoc(TSTLoc->getArgLoc(I)))

Completed in 60 milliseconds