Searched refs:SemaAVR (Results 1 – 5 of 5) sorted by relevance
21 SemaAVR::SemaAVR(Sema &S) : SemaBase(S) {} in SemaAVR() function in clang::SemaAVR23 void SemaAVR::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()36 void SemaAVR::handleSignalAttr(Decl *D, const ParsedAttr &AL) { in handleSignalAttr()
226 AVRPtr(std::make_unique<SemaAVR>(*this)), in Sema()
22 class SemaAVR : public SemaBase {24 SemaAVR(Sema &S);
175 class SemaAVR; variable1149 SemaAVR &AVR() { in AVR()1296 std::unique_ptr<SemaAVR> AVRPtr;
557 SRCS_MIN+= Sema/SemaAVR.cpp