Searched refs:instanceMethod (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenTypes.h | 280 bool instanceMethod,
|
| HD | CGCall.cpp | 97 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument 104 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo() 486 bool instanceMethod, in arrangeLLVMFunctionInfo() argument 498 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, required, in arrangeLLVMFunctionInfo() 507 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info, in arrangeLLVMFunctionInfo() 536 bool instanceMethod, in create() argument 548 FI->InstanceMethod = instanceMethod; in create()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| HD | CGFunctionInfo.h | 386 bool instanceMethod,
|