Home
last modified time | relevance | path

Searched refs:instanceMethod (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTypes.h280 bool instanceMethod,
HDCGCall.cpp97 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/
HDCGFunctionInfo.h386 bool instanceMethod,