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 552 TSTLoc = TagKwLoc;
571 TSTLoc = Loc;
599 TSTLoc = TagKwLoc;
615 TSTLoc = Loc;
652 TSTLoc = Loc;
660 TSTLoc = SourceLocation();
799 Diag(D, TSTLoc, diag::err_invalid_vector_bool_decl_spec)
877 Diag(D, TSTLoc, diag::ext_integer_complex);
894 TSTLoc = TSTNameLoc = StorageClassSpecLoc;
900 Diag(D, TSTLoc, diag::ext_auto_type_specifier)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 345 SourceLocation TSWLoc, TSCLoc, TSSLoc, TSTLoc, AltiVecLoc;
348 /// otherwise, it is the same as TSTLoc. Hence, the pair TSTLoc and
458 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 634 if (TemplateSpecializationTypeLoc *TSTLoc
636 for (unsigned I = 0, N = TSTLoc->getNumArgs(); I != N; ++I)
637 if (VisitTemplateArgumentLoc(TSTLoc->getArgLoc(I)))
    [all...]

Completed in 610 milliseconds