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

1 2

  /external/clang/test/Index/
annotate-context-sensitive.cpp 23 // CHECK-OVERRIDE-FINAL: Keyword: "class" [6:1 - 6:6] ClassDecl=Derived:6:7 (Definition)
24 // CHECK-OVERRIDE-FINAL: Identifier: "Derived" [6:7 - 6:14] ClassDecl=Derived:6:7 (Definition)
26 // CHECK-OVERRIDE-FINAL: Punctuation: ":" [6:21 - 6:22] ClassDecl=Derived:6:7 (Definition)
29 // CHECK-OVERRIDE-FINAL: Punctuation: "{" [6:35 - 6:36] ClassDecl=Derived:6:7 (Definition)
37 // CHECK-OVERRIDE-FINAL: Punctuation: ";" [7:34 - 7:35] ClassDecl=Derived:6:7 (Definition)
42 // CHECK-OVERRIDE-FINAL: Punctuation: ";" [9:19 - 9:20] ClassDecl=Derived:6:7 (Definition)
complete-qualified.cpp 18 // CHECK-CC1: ClassDecl:{TypedText Foo} (35)
redeclarations.cpp 9 // CHECK: redeclarations.h:1:7: ClassDecl=X:1:7 (Definition) Extent=[1:1 - 4:2]
15 // CHECK: redeclarations.h:17:7: ClassDecl=D:17:7 (Definition) Extent=[17:1 - 21:2]
16 // CHECK: redeclarations.h:19:16: ClassDecl=A:19:16 Extent=[19:10 - 19:17]
21 // CHECK: redeclarations.cpp:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 5:2]
complete-with-annotations.cpp 21 // CHECK: ClassDecl:{TypedText X}{Text ::} (75)
complete-access-checks.cpp 58 // CHECK-ACCESS: ClassDecl:{TypedText Z}{Text ::} (75)
80 // CHECK-USING-INACCESSIBLE: ClassDecl:{TypedText P}{Text ::} (75)
86 // CHECK-USING-ACCESSIBLE: ClassDecl:{TypedText P}{Text ::} (77)
87 // CHECK-USING-ACCESSIBLE: ClassDecl:{TypedText Q}{Text ::} (75)
print-display-names.cpp 17 // CHECK: print-display-names.cpp:6:16: ClassDecl=ClassTmpl<Integer, Integer>:6:16 (Definition)
complete-documentation.cpp 42 // CHECK-CC1: ClassDecl:{TypedText T2}{{.*}}(brief comment: Bbb.)
file-refs.cpp 60 // CHECK-NEXT: ClassDecl=C:2:9 (Definition)
61 // CHECK-NEXT: ClassDecl=C:2:9 (Definition) =[2:9 - 2:10]
71 // CHECK-NEXT: ClassDecl=C:2:9 (Definition) =[2:9 - 2:10]
annotate-attribute.cpp 19 // CHECK: ClassDecl=Test:3:7 (Definition) Extent=[3:1 - 17:2]
annotate-tokens-cxx0x.cpp 46 // CHECK-WITH-OVERRIDE: Punctuation: ";" [19:23 - 19:24] ClassDecl=B:18:7 (Definition)
54 // CHECK-WITH-OVERRIDE: Punctuation: ";" [23:33 - 23:34] ClassDecl=S:22:7 (Definition)
complete-documentation-templates.cpp 128 // CHECK-CC4: ClassDecl:{TypedText T8}{{.*}}(brief comment: This is T8.)
141 // CHECK-CC7: ClassDecl:{TypedText T105}{{.*}}(brief comment: This is T105.)
complete-exprs.cpp 55 // CHECK-CC1: ClassDecl:{TypedText string} (50)
65 // CHECK-CC2: ClassDecl:{TypedText string} (50)
load-stmts.cpp 154 // CHECK: load-stmts.cpp:14:7: ClassDecl=A:14:7 (Definition) Extent=[14:1 - 16:2]
156 // CHECK: load-stmts.cpp:18:7: ClassDecl=B:18:7 (Definition) Extent=[18:1 - 20:2]
158 // CHECK: load-stmts.cpp:22:7: ClassDecl=C:22:7 (Definition) Extent=[22:1 - 24:2]
162 // CHECK: load-stmts.cpp:26:7: ClassDecl=D:26:7 (Definition) Extent=[26:1 - 26:49]
index-templates.cpp 123 // CHECK-LOAD: index-templates.cpp:18:16: ClassDecl=vector:18:16 (Definition) [Specialization of vector:9:7] Extent=[18:1 - 18:26]
127 // CHECK-LOAD: index-templates.cpp:23:7: ClassDecl=vector:23:7 (Definition) [Specialization of vector:9:7] Extent=[22:1 - 25:2]
153 // CHECK-LOAD: index-templates.cpp:47:16: ClassDecl=vector:47:16 (Definition) [Specialization of vector:14:7] Extent=[47:1 - 47:28]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp 170 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext);
172 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) {
187 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
197 (isa<ObjCInterfaceDecl>(ClassDecl) ||
198 isa<ObjCProtocolDecl>(ClassDecl)));
204 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) {
234 } else if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(ClassDecl)) {
241 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(ClassDecl);
721 DiagnoseClassAndClassExtPropertyMismatch(Sema &S, ObjCInterfaceDecl *ClassDecl,
726 Ext = ClassDecl->known_extensions_begin()
    [all...]
  /external/clang/test/Parser/
skip-function-bodies.mm 30 // CHECK: skip-function-bodies.mm:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 14:2]
31 // CHECK: skip-function-bodies.mm:4:9: ClassDecl=B:4:9 (Definition) Extent=[4:3 - 4:13]
45 // CHECK-NOT: skip-function-bodies.mm:27:9: ClassDecl=K:27:9 (Definition) Extent=[27:3 - 27:13]
  /external/clang/lib/CodeGen/
CGClass.cpp 58 CodeGenModule::GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl,
64 ComputeNonVirtualBaseClassOffset(getContext(), ClassDecl,
381 const CXXRecordDecl *ClassDecl,
403 CGF.InitializeVTablePointers(ClassDecl);
408 CGF.GetAddressOfDirectBaseInCompleteClass(ThisPtr, ClassDecl,
540 const CXXRecordDecl *ClassDecl,
553 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
756 FieldMemcpyizer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl,
758 : CGF(CGF), ClassDecl(ClassDecl), SrcRec(SrcRec),
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 334 ObjCInterfaceDecl* ClassDecl = this;
335 while (ClassDecl != NULL) {
336 if (ObjCIvarDecl *I = ClassDecl->getIvarDecl(ID)) {
337 clsDeclared = ClassDecl;
342 Ext = ClassDecl->visible_extensions_begin(),
343 ExtEnd = ClassDecl->visible_extensions_end();
346 clsDeclared = ClassDecl;
351 ClassDecl = ClassDecl->getSuperClass();
368 ObjCInterfaceDecl* ClassDecl = this
    [all...]
Type.cpp 885 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl()))
886 return ClassDecl->isAggregate();
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 573 CXXRecordDecl *ClassDecl = NULL;
594 ClassDecl = SpecializationDecl;
596 ClassDecl = dyn_cast<CXXRecordDecl>(
601 ClassDecl = TypeNode->getAsCXXRecordDecl();
603 assert(ClassDecl != NULL);
604 if (ClassDecl == Declaration) {
610 if (Base.matches(*ClassDecl, this, Builder))
612 if (classIsDerivedFrom(ClassDecl, Base, Builder))
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 271 void RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl,
759 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
762 S += ClassDecl->getIdentifier()->getName();
809 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
    [all...]
RewriteModernObjC.cpp 311 void RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl,
    [all...]

Completed in 2755 milliseconds

1 2