Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h392 SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc; variable
542 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc()
550 TQ_restrictLoc = SourceLocation(); in ClearTypeQualifiers()
/external/clang/lib/Sema/
DDeclSpec.cpp773 case TQ_restrict: TQ_restrictLoc = Loc; return false; in SetTypeQual()
946 TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc in Finish()