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.cpp425 llvm::FunctionCallee getSendFn(bool IsSuper) const { in getSendFn()
426 return IsSuper ? getMessageSendSuperFn() : getMessageSendFn(); in getSendFn()
429 llvm::FunctionCallee getSendFn2(bool IsSuper) const { in getSendFn2()
430 return IsSuper ? getMessageSendSuperFn2() : getMessageSendFn(); in getSendFn2()
433 llvm::FunctionCallee getSendStretFn(bool IsSuper) const { in getSendStretFn()
434 return IsSuper ? getMessageSendSuperStretFn() : getMessageSendStretFn(); in getSendStretFn()
437 llvm::FunctionCallee getSendStretFn2(bool IsSuper) const { in getSendStretFn2()
438 return IsSuper ? getMessageSendSuperStretFn2() : getMessageSendStretFn(); in getSendStretFn2()
441 llvm::FunctionCallee getSendFpretFn(bool IsSuper) const { in getSendFpretFn()
442 return IsSuper ? getMessageSendSuperFpretFn() : getMessageSendFpretFn(); in getSendFpretFn()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h189 bool IsSuper = false);
H A DSemaObjC.h719 SourceLocation NameLoc, bool IsSuper,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4672 bool AtArgumentExpression, bool IsSuper,
8345 bool AtArgumentExpression, bool IsSuper, in AddClassMessageCompletions() argument
8365 if (IsSuper) { in AddClassMessageCompletions()
8420 bool AtArgumentExpression, bool IsSuper) { in CodeCompleteObjCClassMessage() argument
8431 AtArgumentExpression, IsSuper, Results); in CodeCompleteObjCClassMessage()
H A DSemaExprObjC.cpp2286 SourceLocation NameLoc, bool IsSuper, in getObjCMessageKind() argument
2294 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()