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.cpp448 Handle(TQ_restrict, "restrict", TQ_restrictLoc); in forEachCVRUQualifier()
1023 case TQ_restrict: TQ_restrictLoc = Loc; return false; in SetTypeQual()
1173 AltiVecLoc, TQ_constLoc, TQ_restrictLoc, in Finish()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h439 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, variable
617 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc()
628 TQ_restrictLoc = SourceLocation(); in ClearTypeQualifiers()