HomeSort by relevance Sort by last modified time
    Searched refs:IsInstanceMethod (Results 1 - 8 of 8) 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;
172 IsInstanceMethod = MD->isInstance();
173 IsClassMethod = !IsInstanceMethod;
183 IsInstanceMethod = MD->isInstanceMethod();
184 IsClassMethod = !IsInstanceMethod;
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 191 if (Method->isInstanceMethod())
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 344 Out << (D->isInstanceMethod() ? "(im)" : "(cm)")
826 bool IsInstanceMethod,
828 OS << (IsInstanceMethod ? "(im)" : "(cm)") << Sel;
  /external/clang/include/clang/AST/
Comment.h 1078 unsigned IsInstanceMethod : 1;
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 445 bool IsInstanceMethod,
    [all...]
RewriteObjC.cpp 522 bool IsInstanceMethod,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 123 milliseconds