Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1240 SourceLocation VolatileQualLoc; member
1618 SourceLocation VolatileQualLoc, in getPointer()
1628 I.Ptr.VolatileQualLoc = VolatileQualLoc; in getPointer()
H A DSema.h2925 SourceLocation VolatileQualLoc = SourceLocation(),
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3322 SourceLocation VolatileQualLoc, in diagnoseIgnoredQualifiers() argument
3335 { "volatile", DeclSpec::TQ_volatile, VolatileQualLoc }, in diagnoseIgnoredQualifiers()
3397 PTI.VolatileQualLoc, in diagnoseRedundantReturnTypeQualifiers()