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

  /external/clang/lib/AST/
Comment.cpp 135 IsInstanceMethod = false;
172 IsInstanceMethod = MD->isInstance();
173 IsClassMethod = !IsInstanceMethod;
184 IsInstanceMethod = MD->isInstanceMethod();
185 IsClassMethod = !IsInstanceMethod;
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 191 if (Method->isInstanceMethod())
    [all...]
  /external/clang/include/clang/AST/
Comment.h 1043 unsigned IsInstanceMethod : 1;
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 522 bool IsInstanceMethod,
    [all...]
RewriteModernObjC.cpp 440 bool IsInstanceMethod,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 138 milliseconds