Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1233 SourceLocation UnalignedQualLoc; member
1605 SourceLocation UnalignedQualLoc) { in getPointer()
1615 I.Ptr.UnalignedQualLoc = UnalignedQualLoc; in getPointer()
H A DSema.h2880 SourceLocation UnalignedQualLoc = SourceLocation());
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3232 SourceLocation UnalignedQualLoc) { in diagnoseIgnoredQualifiers() argument
3244 { "__unaligned", DeclSpec::TQ_unaligned, UnalignedQualLoc }, in diagnoseIgnoredQualifiers()
3307 PTI.UnalignedQualLoc); in diagnoseRedundantReturnTypeQualifiers()