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

1 2

  /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...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 208 case Decl::ObjCMethod:
287 case Decl::ObjCMethod:
  /external/clang/lib/Frontend/
ASTConsumers.cpp 237 case Decl::ObjCMethod:
388 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 604 case ObjCMethod:
1006 case Decl::ObjCMethod:
    [all...]
  /external/clang/lib/Index/
IndexSymbol.cpp 139 case Decl::ObjCMethod:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 166 #ifndef OBJCMETHOD
167 # define OBJCMETHOD(Type, Base) NAMED(Type, Base)
169 OBJCMETHOD(ObjCMethod, NamedDecl)
170 #undef OBJCMETHOD
586 DECL_CONTEXT(ObjCMethod)
DeclObjC.h 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily),
501 static bool classofKind(Kind K) { return K == ObjCMethod; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 166 #ifndef OBJCMETHOD
167 # define OBJCMETHOD(Type, Base) NAMED(Type, Base)
169 OBJCMETHOD(ObjCMethod, NamedDecl)
170 #undef OBJCMETHOD
586 DECL_CONTEXT(ObjCMethod)
DeclObjC.h 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily),
501 static bool classofKind(Kind K) { return K == ObjCMethod; }
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily),
496 static bool classofKind(Kind K) { return K == ObjCMethod; }
    [all...]
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 139 case Decl::ObjCMethod:

Completed in 190 milliseconds

1 2