Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1113 unsigned RestrictQualLoc; member
1448 SourceLocation RestrictQualLoc, in getPointer()
1456 I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding(); in getPointer()
DSema.h1645 SourceLocation RestrictQualLoc = SourceLocation(),
/external/clang/lib/Sema/
DSemaType.cpp2452 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
2464 { "restrict", DeclSpec::TQ_restrict, RestrictQualLoc }, in diagnoseIgnoredQualifiers()
2525 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc), in diagnoseRedundantReturnTypeQualifiers()