HomeSort by relevance Sort by last modified time
    Searched full:objcclass (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/test/Modules/Inputs/
DebugObjC.h 3 @interface ObjCClass {
12 @interface ObjCClass (Category)
  /external/clang/test/Modules/
ModuleDebugInfo.m 30 // CHECK-SAME: name: "ObjCClass",
34 // CHECK: !DISubprogram(name: "+[ObjCClass classMethod]"
35 // CHECK: !DISubprogram(name: "-[ObjCClass instanceMethodWithInt:]"
45 // MODULE-CHECK-SAME: name: "ObjCClass",
47 // MODULE-CHECK: !DISubprogram(name: "+[ObjCClass classMethod]",
ExtDebugInfo.m 21 int foo(ObjCClass *c) {
28 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "ObjCClass",
  /external/clang/test/Index/
print-usrs.c 3 ObjCClass NSObject
print-type.m 12 // CHECK: ObjCInstanceMethodDecl=mymethod2:blah:boo::4:13 [type=] [typekind=Invalid] [resulttype=const id] [resulttypekind=ObjCId] [args= [id] [ObjCId] [Class] [ObjCClass] [SEL] [ObjCSel]] [isPOD=0]
cursor-dynamic-call.mm 74 // CHECK: 37:3 ObjCMessageExpr=ClsMeth:15:8 {{.*}} Dynamic-call Receiver-type=ObjCClass
  /external/clang/tools/libclang/
IndexingContext.cpp 57 if (other.IBCollInfo.objcClass) {
59 IBCollInfo.objcClass = &ClassInfo;
61 IBCollInfo.objcClass = nullptr;
99 IBInfo.IBCollInfo.objcClass = nullptr;
105 IBInfo.IBCollInfo.objcClass = &IBInfo.ClassInfo;
530 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
534 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
560 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
564 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
    [all...]
IndexingContext.h 230 IBCollInfo.objcClass = nullptr;
CXType.cpp 58 BTCASE(ObjCClass);
467 TKIND(ObjCClass);
  /external/clang/include/clang/AST/
BuiltinTypes.def 151 BUILTIN_TYPE(ObjCClass, ObjCBuiltinClassTy)
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 124 case BuiltinType::ObjCClass:
  /external/clang/lib/AST/
NSAPI.cpp 445 case BuiltinType::ObjCClass:
TypeLoc.cpp 334 case BuiltinType::ObjCClass:
ASTDiagnostic.cpp 374 if (Modifier == "objcclass" && Argument.empty())
    [all...]
Type.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 759 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface();
760 ObjCTypeParamList *typeParams = objcClass->getTypeParamList();
763 << objcClass->getDeclName()
833 << objcClass->getDeclName()
836 S.Diag(objcClass->getLocation(), diag::note_previous_decl)
837 << objcClass;
933 << objcClass->getDeclName()
936 S.Diag(objcClass->getLocation(), diag::note_previous_decl)
937 << objcClass;
    [all...]
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp 599 case BuiltinType::ObjCClass:
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 630 case BuiltinType::ObjCClass:
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 399 case BuiltinType::ObjCClass:
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 5459 milliseconds

1 2