Searched defs:SynthMsgSendSuperFunctionDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp373 void SynthMsgSendSuperFunctionDecl();
2360 // SynthMsgSendSuperFunctionDecl - id objc_msgSendSuper(struct objc_super *, SEL op, ...);
2361 void RewriteObjC::SynthMsgSendSuperFunctionDecl() { function in class:RewriteObjC
2638 SynthMsgSendSuperFunctionDecl();
H A DRewriteModernObjC.cpp440 void SynthMsgSendSuperFunctionDecl();
2477 // SynthMsgSendSuperFunctionDecl - id objc_msgSendSuper(void);
2478 void RewriteModernObjC::SynthMsgSendSuperFunctionDecl() { function in class:RewriteModernObjC
3264 SynthMsgSendSuperFunctionDecl();

Completed in 6531 milliseconds