Searched refs:TQ_restrictLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DDeclSpec.cpp759 case TQ_restrict: TQ_restrictLoc = Loc; return false;
932 TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc
/external/clang/include/clang/Sema/
H A DDeclSpec.h375 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc; member in class:clang::DeclSpec
525 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; }
533 TQ_restrictLoc = SourceLocation();

Completed in 60 milliseconds