Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp449 Handle(TQ_restrict, "restrict", TQ_restrictLoc); in forEachCVRUQualifier()
1020 case TQ_restrict: TQ_restrictLoc = Loc; return false; in SetTypeQual()
1170 AltiVecLoc, TQ_constLoc, TQ_restrictLoc, in Finish()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h437 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, variable
615 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc()
626 TQ_restrictLoc = SourceLocation(); in ClearTypeQualifiers()