HomeSort by relevance Sort by last modified time
    Searched refs:TQ_restrictLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 392 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc;
542 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; }
550 TQ_restrictLoc = SourceLocation();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 773 case TQ_restrict: TQ_restrictLoc = Loc; return false;
    [all...]

Completed in 499 milliseconds