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 635 TSTLoc = TagKwLoc;
655 TSTLoc = Loc;
685 TSTLoc = TagKwLoc;
702 TSTLoc = Loc;
752 TSTLoc = Loc;
767 TSTLoc = Loc;
775 TSTLoc = SourceLocation();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 383 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc;
386 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
472 TSTLoc = SourceLocation();
509 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 720 if (TemplateSpecializationTypeLoc TSTLoc =
722 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
723 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))
    [all...]

Completed in 1510 milliseconds