Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1282 SourceLocation RestrictQualLoc; member
1669 SourceLocation RestrictQualLoc, in getPointer()
1679 I.Ptr.RestrictQualLoc = RestrictQualLoc; in getPointer()
H A DSema.h15080 SourceLocation RestrictQualLoc = SourceLocation(),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2899 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
2912 { "restrict", DeclSpec::TQ_restrict, RestrictQualLoc }, in diagnoseIgnoredQualifiers()
2974 PTI.RestrictQualLoc, in diagnoseRedundantReturnTypeQualifiers()