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 625 TSTLoc = TagKwLoc;
645 TSTLoc = Loc;
675 TSTLoc = TagKwLoc;
692 TSTLoc = Loc;
726 TSTLoc = Loc;
741 TSTLoc = Loc;
749 TSTLoc = SourceLocation();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 377 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc;
380 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
463 TSTLoc = SourceLocation();
499 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 713 if (TemplateSpecializationTypeLoc TSTLoc =
715 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
716 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))
    [all...]

Completed in 58 milliseconds