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.h1286 SourceLocation UnalignedQualLoc; member
1669 SourceLocation UnalignedQualLoc) { in getPointer()
1679 I.Ptr.UnalignedQualLoc = UnalignedQualLoc; in getPointer()
H A DSema.h14768 SourceLocation UnalignedQualLoc = SourceLocation());
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2849 SourceLocation UnalignedQualLoc) { in diagnoseIgnoredQualifiers() argument
2861 { "__unaligned", DeclSpec::TQ_unaligned, UnalignedQualLoc }, in diagnoseIgnoredQualifiers()
2924 PTI.UnalignedQualLoc); in diagnoseRedundantReturnTypeQualifiers()