HomeSort by relevance Sort by last modified time
    Searched refs:TSTLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
DeclSpec.cpp 586 TSTLoc = TagKwLoc;
605 TSTLoc = Loc;
633 TSTLoc = TagKwLoc;
649 TSTLoc = Loc;
686 TSTLoc = Loc;
694 TSTLoc = SourceLocation();
844 Diag(D, TSTLoc, diag::err_invalid_vector_bool_decl_spec)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 365 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc;
368 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
480 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 679 if (TemplateSpecializationTypeLoc TSTLoc =
681 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
682 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))
    [all...]

Completed in 24 milliseconds