Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1204 SourceLocation RestrictQualLoc; member
1580 SourceLocation RestrictQualLoc, in getPointer()
1590 I.Ptr.RestrictQualLoc = RestrictQualLoc; in getPointer()
H A DSema.h2648 SourceLocation RestrictQualLoc = SourceLocation(),
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3103 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
3116 { "restrict", DeclSpec::TQ_restrict, RestrictQualLoc }, in diagnoseIgnoredQualifiers()
3178 PTI.RestrictQualLoc, in diagnoseRedundantReturnTypeQualifiers()