reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/DeclSpec.h
  540   SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; }
  550     TQ_restrictLoc = SourceLocation();
tools/clang/lib/Sema/DeclSpec.cpp
  416     Handle(TQ_restrict, "restrict", TQ_restrictLoc);
  920   case TQ_restrict: TQ_restrictLoc = Loc; return false;
 1079         AltiVecLoc,          TQ_constLoc,  TQ_restrictLoc,