Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaX86.h40 void handleForceAlignArgPointerAttr(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp949 void SemaX86::handleForceAlignArgPointerAttr(Decl *D, const ParsedAttr &AL) { in handleForceAlignArgPointerAttr() function in clang::SemaX86
H A DSemaDeclAttr.cpp6378 S.X86().handleForceAlignArgPointerAttr(D, AL); in ProcessDeclAttribute()