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.h1280 SourceLocation RestrictQualLoc; member
1667 SourceLocation RestrictQualLoc, in getPointer()
1677 I.Ptr.RestrictQualLoc = RestrictQualLoc; in getPointer()
H A DSema.h14766 SourceLocation RestrictQualLoc = SourceLocation(),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2847 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
2860 { "restrict", DeclSpec::TQ_restrict, RestrictQualLoc }, in diagnoseIgnoredQualifiers()
2922 PTI.RestrictQualLoc, in diagnoseRedundantReturnTypeQualifiers()