Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1249 SourceLocation UnalignedQualLoc; member
1621 SourceLocation UnalignedQualLoc) { in getPointer()
1631 I.Ptr.UnalignedQualLoc = UnalignedQualLoc; in getPointer()
H A DSema.h2928 SourceLocation UnalignedQualLoc = SourceLocation());
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3325 SourceLocation UnalignedQualLoc) { in diagnoseIgnoredQualifiers() argument
3337 { "__unaligned", DeclSpec::TQ_unaligned, UnalignedQualLoc }, in diagnoseIgnoredQualifiers()
3400 PTI.UnalignedQualLoc); in diagnoseRedundantReturnTypeQualifiers()