Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1201 SourceLocation VolatileQualLoc; member
1579 SourceLocation VolatileQualLoc, in getPointer()
1589 I.Ptr.VolatileQualLoc = VolatileQualLoc; in getPointer()
H A DSema.h2647 SourceLocation VolatileQualLoc = SourceLocation(),
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3102 SourceLocation VolatileQualLoc, in diagnoseIgnoredQualifiers() argument
3115 { "volatile", DeclSpec::TQ_volatile, VolatileQualLoc }, in diagnoseIgnoredQualifiers()
3177 PTI.VolatileQualLoc, in diagnoseRedundantReturnTypeQualifiers()