Searched refs:instanceMethod (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 330 bool instanceMethod,
|
| H A D | CGCall.cpp | 170 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument 181 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo() 744 bool instanceMethod, in arrangeLLVMFunctionInfo() argument 755 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, paramInfos, in arrangeLLVMFunctionInfo() 766 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info, in arrangeLLVMFunctionInfo() 803 bool instanceMethod, in create() argument 820 FI->InstanceMethod = instanceMethod; in create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 561 bool instanceMethod,
|