Searched defs:handleInterruptAttr (Results 1 – 7 of 7) sorted by relevance
23 void SemaM68k::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaM68k
23 void SemaAVR::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaAVR
25 void SemaMSP430::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaMSP430
242 void SemaMIPS::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaMIPS
1426 void SemaRISCV::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaRISCV
1310 void SemaARM::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaARM
5507 static void handleInterruptAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function