Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1071 unsigned RestrictQualLoc; member
1379 SourceLocation RestrictQualLoc) { in getPointer()
1386 I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding(); in getPointer()
DSema.h1564 SourceLocation RestrictQualLoc = SourceLocation(),
/external/clang/lib/Sema/
DSemaType.cpp1996 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
2008 { DeclSpec::TQ_restrict, "restrict", RestrictQualLoc }, in diagnoseIgnoredQualifiers()
2069 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc), in diagnoseRedundantReturnTypeQualifiers()