Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1277 SourceLocation VolatileQualLoc; member
1666 SourceLocation VolatileQualLoc, in getPointer()
1676 I.Ptr.VolatileQualLoc = VolatileQualLoc; in getPointer()
H A DSema.h14765 SourceLocation VolatileQualLoc = SourceLocation(),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2846 SourceLocation VolatileQualLoc, in diagnoseIgnoredQualifiers() argument
2859 { "volatile", DeclSpec::TQ_volatile, VolatileQualLoc }, in diagnoseIgnoredQualifiers()
2921 PTI.VolatileQualLoc, in diagnoseRedundantReturnTypeQualifiers()