Home
last modified time | relevance | path

Searched refs:RestrictQualLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1094 unsigned RestrictQualLoc; member
1418 SourceLocation RestrictQualLoc, in getPointer()
1426 I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding(); in getPointer()
DSema.h1511 SourceLocation RestrictQualLoc = SourceLocation(),
/external/clang/lib/Sema/
DSemaType.cpp2017 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
2029 { DeclSpec::TQ_restrict, "restrict", RestrictQualLoc }, in diagnoseIgnoredQualifiers()
2090 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc), in diagnoseRedundantReturnTypeQualifiers()