HomeSort by relevance Sort by last modified time
    Searched refs:InstanceMethod (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 354 unsigned InstanceMethod : 1;
388 bool instanceMethod,
419 bool isInstanceMethod() const { return InstanceMethod; }
478 ID.AddBoolean(InstanceMethod);
490 bool InstanceMethod,
497 ID.AddBoolean(InstanceMethod);
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 91 /*instanceMethod=*/false,
124 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod,
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=*/true
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 73 milliseconds