Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaX86.h39 void handleAnyInterruptAttr(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp880 void SemaX86::handleAnyInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleAnyInterruptAttr() function in clang::SemaX86
H A DSemaDeclAttr.cpp5522 S.X86().handleAnyInterruptAttr(D, AL); in handleInterruptAttr()