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.h1279 SourceLocation VolatileQualLoc; member
1668 SourceLocation VolatileQualLoc, in getPointer()
1678 I.Ptr.VolatileQualLoc = VolatileQualLoc; in getPointer()
H A DSema.h15079 SourceLocation VolatileQualLoc = SourceLocation(),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2898 SourceLocation VolatileQualLoc, in diagnoseIgnoredQualifiers() argument
2911 { "volatile", DeclSpec::TQ_volatile, VolatileQualLoc }, in diagnoseIgnoredQualifiers()
2973 PTI.VolatileQualLoc, in diagnoseRedundantReturnTypeQualifiers()