Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1177 unsigned RestrictQualLoc; member
1548 SourceLocation RestrictQualLoc, in getPointer()
1557 I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding(); in getPointer()
H A DSema.h1918 SourceLocation RestrictQualLoc = SourceLocation(),
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2720 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
2733 { "restrict", DeclSpec::TQ_restrict, RestrictQualLoc }, in diagnoseIgnoredQualifiers()
2795 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc), in diagnoseRedundantReturnTypeQualifiers()