Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1288 SourceLocation UnalignedQualLoc; member
1671 SourceLocation UnalignedQualLoc) { in getPointer()
1681 I.Ptr.UnalignedQualLoc = UnalignedQualLoc; in getPointer()
H A DSema.h15082 SourceLocation UnalignedQualLoc = SourceLocation());
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2901 SourceLocation UnalignedQualLoc) { in diagnoseIgnoredQualifiers() argument
2913 { "__unaligned", DeclSpec::TQ_unaligned, UnalignedQualLoc }, in diagnoseIgnoredQualifiers()
2976 PTI.UnalignedQualLoc); in diagnoseRedundantReturnTypeQualifiers()