Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1227 SourceLocation RestrictQualLoc; member
1603 SourceLocation RestrictQualLoc, in getPointer()
1613 I.Ptr.RestrictQualLoc = RestrictQualLoc; in getPointer()
H A DSema.h2878 SourceLocation RestrictQualLoc = SourceLocation(),
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3230 SourceLocation RestrictQualLoc, in diagnoseIgnoredQualifiers() argument
3243 { "restrict", DeclSpec::TQ_restrict, RestrictQualLoc }, in diagnoseIgnoredQualifiers()
3305 PTI.RestrictQualLoc, in diagnoseRedundantReturnTypeQualifiers()