Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp462 llvm::FunctionCallee getSendFn(bool IsSuper) const { in getSendFn()
463 return IsSuper ? getMessageSendSuperFn() : getMessageSendFn(); in getSendFn()
466 llvm::FunctionCallee getSendFn2(bool IsSuper) const { in getSendFn2()
467 return IsSuper ? getMessageSendSuperFn2() : getMessageSendFn(); in getSendFn2()
470 llvm::FunctionCallee getSendStretFn(bool IsSuper) const { in getSendStretFn()
471 return IsSuper ? getMessageSendSuperStretFn() : getMessageSendStretFn(); in getSendStretFn()
474 llvm::FunctionCallee getSendStretFn2(bool IsSuper) const { in getSendStretFn2()
475 return IsSuper ? getMessageSendSuperStretFn2() : getMessageSendStretFn(); in getSendStretFn2()
478 llvm::FunctionCallee getSendFpretFn(bool IsSuper) const { in getSendFpretFn()
479 return IsSuper ? getMessageSendSuperFpretFn() : getMessageSendFpretFn(); in getSendFpretFn()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h186 bool IsSuper = false);
H A DSemaObjC.h727 SourceLocation NameLoc, bool IsSuper,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4509 bool AtArgumentExpression, bool IsSuper,
8195 bool AtArgumentExpression, bool IsSuper, in AddClassMessageCompletions() argument
8215 if (IsSuper) { in AddClassMessageCompletions()
8270 bool AtArgumentExpression, bool IsSuper) { in CodeCompleteObjCClassMessage() argument
8281 AtArgumentExpression, IsSuper, Results); in CodeCompleteObjCClassMessage()
H A DSemaExprObjC.cpp2297 SourceLocation NameLoc, bool IsSuper, in getObjCMessageKind() argument
2305 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()