HomeSort by relevance Sort by last modified time
    Searched refs:ObjCMethod (Results 1 - 22 of 22) 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/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 236 case Decl::ObjCMethod:
314 case Decl::ObjCMethod:
  /external/clang/lib/Frontend/
ASTConsumers.cpp 237 case Decl::ObjCMethod:
390 case Decl::ObjCMethod:
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 103 case Decl::ObjCMethod:
PlistDiagnostics.cpp 418 case Decl::ObjCMethod:
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/clang/lib/AST/
Comment.cpp 177 case Decl::ObjCMethod: {
DeclBase.cpp 573 case ObjCMethod:
962 case Decl::ObjCMethod:
    [all...]
ASTContext.cpp 403 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod,
405 const DeclContext *DC = ObjCMethod->getDeclContext();
413 Ext->getMethod(ObjCMethod->getSelector(),
414 ObjCMethod->isInstanceMethod()))
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily),
501 static bool classofKind(Kind K) { return K == ObjCMethod; }
    [all...]
DeclBase.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 134 case Decl::ObjCMethod:
CodeGenModule.cpp     [all...]
CGDecl.cpp 66 case Decl::ObjCMethod:
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 968 milliseconds