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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp754 TSTLoc = TagKwLoc;
776 TSTLoc = Loc;
808 TSTLoc = TagKwLoc;
836 TSTLoc = Loc;
904 TSTLoc = Loc;
921 TSTLoc = Loc;
929 TSTLoc = SourceLocation();
949 TSTLoc = KWLoc;
1151 S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined)
1170 S.Diag(TSTLoc, dia
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h381 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; member in class:clang::DeclSpec
384 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
465 TSTLoc = SourceLocation();
514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp734 if (TemplateSpecializationTypeLoc TSTLoc =
736 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
737 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))

Completed in 231 milliseconds