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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h289 bool instanceMethod,
H A DCGCall.cpp91 /*instanceMethod=*/false,
124 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, argument
132 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod,
143 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes,
253 return arrangeLLVMFunctionInfo(resultType, /*instanceMethod=*/true,
279 return arrangeLLVMFunctionInfo(ResultType, /*instanceMethod=*/true,
301 noProto->getReturnType(), /*instanceMethod=*/false,
347 GetReturnType(MD->getReturnType()), /*instanceMethod=*/false,
375 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod=*/false,
395 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod
515 arrangeLLVMFunctionInfo(CanQualType resultType, bool instanceMethod, bool chainCall, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs required) argument
565 create(unsigned llvmCC, bool instanceMethod, bool chainCall, const FunctionType::ExtInfo &info, CanQualType resultType, ArrayRef<CanQualType> argTypes, RequiredArgs required) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h388 bool instanceMethod,

Completed in 108 milliseconds