Home
last modified time | relevance | path

Searched refs:IsSuper (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp461 llvm::FunctionCallee getSendFn(bool IsSuper) const { in getSendFn()
462 return IsSuper ? getMessageSendSuperFn() : getMessageSendFn(); in getSendFn()
465 llvm::FunctionCallee getSendFn2(bool IsSuper) const { in getSendFn2()
466 return IsSuper ? getMessageSendSuperFn2() : getMessageSendFn(); in getSendFn2()
469 llvm::FunctionCallee getSendStretFn(bool IsSuper) const { in getSendStretFn()
470 return IsSuper ? getMessageSendSuperStretFn() : getMessageSendStretFn(); in getSendStretFn()
473 llvm::FunctionCallee getSendStretFn2(bool IsSuper) const { in getSendStretFn2()
474 return IsSuper ? getMessageSendSuperStretFn2() : getMessageSendStretFn(); in getSendStretFn2()
477 llvm::FunctionCallee getSendFpretFn(bool IsSuper) const { in getSendFpretFn()
478 return IsSuper ? getMessageSendSuperFpretFn() : getMessageSendFpretFn(); in getSendFpretFn()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp4263 bool AtArgumentExpression, bool IsSuper,
7484 bool AtArgumentExpression, bool IsSuper, in AddClassMessageCompletions() argument
7504 if (IsSuper) { in AddClassMessageCompletions()
7559 bool IsSuper) { in CodeCompleteObjCClassMessage() argument
7570 AtArgumentExpression, IsSuper, Results); in CodeCompleteObjCClassMessage()
H A DSemaExprObjC.cpp2287 bool IsSuper, in getObjCMessageKind() argument
2295 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9733 bool IsSuper,
12337 bool IsSuper = false);