Home
last modified time | relevance | path

Searched refs:SemaMSP430 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaMSP430.cpp23 SemaMSP430::SemaMSP430(Sema &S) : SemaBase(S) {} in SemaMSP430() function in clang::SemaMSP430
25 void SemaMSP430::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
H A DSema.cpp236 MSP430Ptr(std::make_unique<SemaMSP430>(*this)), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaMSP430.h22 class SemaMSP430 : public SemaBase {
24 SemaMSP430(Sema &S);
H A DSema.h184 class SemaMSP430; variable
1194 SemaMSP430 &MSP430() { in MSP430()
1305 std::unique_ptr<SemaMSP430> MSP430Ptr;
/freebsd/lib/clang/libclang/
H A DMakefile590 SRCS_MIN+= Sema/SemaMSP430.cpp