Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h390 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, variable
542 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc()
552 TQ_restrictLoc = SourceLocation(); in ClearTypeQualifiers()
/external/clang/lib/Sema/
DDeclSpec.cpp797 case TQ_restrict: TQ_restrictLoc = Loc; return false; in SetTypeQual()
969 TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc, TQ_unalignedLoc in Finish()