HomeSort by relevance Sort by last modified time
    Searched refs:ObjCMethod (Results 1 - 21 of 21) 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 120 case Decl::ObjCMethod:
196 case Decl::ObjCMethod:
  /external/clang/lib/Frontend/
ASTConsumers.cpp 228 case Decl::ObjCMethod:
381 case Decl::ObjCMethod:
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/clang/lib/AST/
Comment.cpp 178 case Decl::ObjCMethod: {
DeclBase.cpp 515 case ObjCMethod:
896 case Decl::ObjCMethod:
    [all...]
ASTContext.cpp 401 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod,
403 const DeclContext *DC = ObjCMethod->getDeclContext();
411 Ext->getMethod(ObjCMethod->getSelector(),
412 ObjCMethod->isInstanceMethod()))
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 404 case Decl::ObjCMethod:
  /external/clang/include/clang/AST/
DeclObjC.h 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily),
492 static bool classofKind(Kind K) { return K == ObjCMethod; }
    [all...]
DeclBase.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 293 case Decl::ObjCMethod:
    [all...]
CGDecl.cpp 62 case Decl::ObjCMethod:
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp     [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 568 milliseconds