Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h1117 unsigned RestrictQualLoc; member
1441 SourceLocation RestrictQualLoc, in getPointer()
1449 I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding(); in getPointer()
HDSema.h1608 SourceLocation RestrictQualLoc = SourceLocation(),
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp2429 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
2441 { DeclSpec::TQ_restrict, "restrict", RestrictQualLoc }, in diagnoseIgnoredQualifiers()
2502 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc), in diagnoseRedundantReturnTypeQualifiers()