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 340 unsigned InstanceMethod : 1;
370 bool InstanceMethod,
397 bool isInstanceMethod() const { return InstanceMethod; }
448 ID.AddBoolean(InstanceMethod);
459 bool InstanceMethod,
465 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 539 FI->InstanceMethod = IsInstanceMethod;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 5929 milliseconds