Home
last modified time | relevance | path

Searched refs:handleSignalAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaAVR.h27 void handleSignalAttr(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp36 void SemaAVR::handleSignalAttr(Decl *D, const ParsedAttr &AL) { in handleSignalAttr() function in clang::SemaAVR
H A DSemaDeclAttr.cpp6403 S.AVR().handleSignalAttr(D, AL); in ProcessDeclAttribute()