HomeSort by: relevance | last modified time | path
    Searched refs:TSTLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 754 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, diag::err_invalid_vector_bool_decl_spec
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 381 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc;
384 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
465 TSTLoc = SourceLocation();
514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 734 if (TemplateSpecializationTypeLoc TSTLoc =
736 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
737 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))

Completed in 27 milliseconds