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

  /external/clang/test/Index/
print-usrs.c 6 ObjCMethod foo: 0 c:objc(cs)NSObject
7 ObjCMethod baz:with 1 c:objc(cs)NSObject
  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtDeclVisitor.h 91 DEFAULT_DISPATCH(ObjCMethod)
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 120 case Decl::ObjCMethod:
191 case Decl::ObjCMethod:
  /external/clang/lib/Frontend/
ASTConsumers.cpp 224 case Decl::ObjCMethod:
379 case Decl::ObjCMethod:
  /external/clang/lib/AST/
Comment.cpp 177 case Decl::ObjCMethod: {
DeclBase.cpp 493 case ObjCMethod:
846 case Decl::ObjCMethod:
    [all...]
ASTContext.cpp 368 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod,
370 const DeclContext *DC = ObjCMethod->getDeclContext();
381 Ext->getMethod(ObjCMethod->getSelector(),
382 ObjCMethod->isInstanceMethod()))
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 478 case Decl::ObjCMethod:
  /external/clang/include/clang/AST/
DeclObjC.h 237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
238 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily),
470 static bool classofKind(Kind K) { return K == ObjCMethod; }
    [all...]
DeclBase.h     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 57 case Decl::ObjCMethod:
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 257 milliseconds