Home
last modified time | relevance | path

Searched refs:handleInterruptAttr (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaMSP430.h26 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
H A DSemaM68k.h26 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
H A DSemaAVR.h26 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
H A DSemaMIPS.h33 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
H A DSemaRISCV.h41 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
H A DSemaARM.h70 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp23 void SemaAVR::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaAVR
H A DSemaM68k.cpp23 void SemaM68k::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaM68k
H A DSemaMSP430.cpp25 void SemaMSP430::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaMSP430
H A DSemaMIPS.cpp242 void SemaMIPS::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaMIPS
H A DSemaDeclAttr.cpp5507 static void handleInterruptAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function
5511 S.MSP430().handleInterruptAttr(D, AL); in handleInterruptAttr()
5515 S.MIPS().handleInterruptAttr(D, AL); in handleInterruptAttr()
5518 S.M68k().handleInterruptAttr(D, AL); in handleInterruptAttr()
5525 S.AVR().handleInterruptAttr(D, AL); in handleInterruptAttr()
5529 S.RISCV().handleInterruptAttr(D, AL); in handleInterruptAttr()
5532 S.ARM().handleInterruptAttr(D, AL); in handleInterruptAttr()
6375 handleInterruptAttr(S, D, AL); in ProcessDeclAttribute()
H A DSemaARM.cpp1310 void SemaARM::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaARM
H A DSemaRISCV.cpp1426 void SemaRISCV::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaRISCV