Searched refs:SemaMSP430 (Results 1 – 5 of 5) sorted by relevance
23 SemaMSP430::SemaMSP430(Sema &S) : SemaBase(S) {} in SemaMSP430() function in clang::SemaMSP43025 void SemaMSP430::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
236 MSP430Ptr(std::make_unique<SemaMSP430>(*this)), in Sema()
22 class SemaMSP430 : public SemaBase {24 SemaMSP430(Sema &S);
184 class SemaMSP430; variable1194 SemaMSP430 &MSP430() { in MSP430()1305 std::unique_ptr<SemaMSP430> MSP430Ptr;
590 SRCS_MIN+= Sema/SemaMSP430.cpp