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

  /external/clang/include/clang/Index/
USRGeneration.h 43 void generateUSRForObjCMethod(StringRef Sel, bool IsInstanceMethod,
  /external/clang/lib/AST/
Comment.cpp 136 IsInstanceMethod = false;
173 IsInstanceMethod = MD->isInstance();
174 IsClassMethod = !IsInstanceMethod;
185 IsInstanceMethod = MD->isInstanceMethod();
186 IsClassMethod = !IsInstanceMethod;
  /external/clang/lib/CodeGen/
CodeGenTypes.h 223 bool IsInstanceMethod,
CGCall.cpp 91 bool IsInstanceMethod,
100 return CGT.arrangeLLVMFunctionInfo(resultType, IsInstanceMethod, prefix,
477 bool IsInstanceMethod,
491 CGFunctionInfo::Profile(ID, IsInstanceMethod, info, required, resultType,
500 FI = CGFunctionInfo::create(CC, IsInstanceMethod, info, resultType, argTypes,
528 bool IsInstanceMethod,
539 FI->InstanceMethod = IsInstanceMethod;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 191 if (Method->isInstanceMethod())
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 328 Out << (D->isInstanceMethod() ? "(im)" : "(cm)")
785 bool IsInstanceMethod,
787 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel;
  /external/clang/include/clang/AST/
Comment.h 1076 unsigned IsInstanceMethod : 1;
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 454 bool IsInstanceMethod,
    [all...]
RewriteObjC.cpp 531 bool IsInstanceMethod,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 299 milliseconds