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 608 TSTLoc = TagKwLoc;
628 TSTLoc = Loc;
658 TSTLoc = TagKwLoc;
675 TSTLoc = Loc;
714 TSTLoc = Loc;
729 TSTLoc = Loc;
737 TSTLoc = SourceLocation();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 368 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc;
371 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
459 TSTLoc = SourceLocation();
493 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 702 if (TemplateSpecializationTypeLoc TSTLoc =
704 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
705 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))
    [all...]

Completed in 449 milliseconds