Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp21 SemaAVR::SemaAVR(Sema &S) : SemaBase(S) {} in SemaAVR() function in clang::SemaAVR
23 void SemaAVR::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
36 void SemaAVR::handleSignalAttr(Decl *D, const ParsedAttr &AL) { in handleSignalAttr()
H A DSema.cpp226 AVRPtr(std::make_unique<SemaAVR>(*this)), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaAVR.h22 class SemaAVR : public SemaBase {
24 SemaAVR(Sema &S);
H A DSema.h175 class SemaAVR; variable
1149 SemaAVR &AVR() { in AVR()
1296 std::unique_ptr<SemaAVR> AVRPtr;
/freebsd/lib/clang/libclang/
H A DMakefile557 SRCS_MIN+= Sema/SemaAVR.cpp