Home
last modified time | relevance | path

Searched defs:SuperDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c24 LLVMMetadataRef SuperDecl = LLVMDIBuilderCreateStructType(DIB, File, "TestSuperClass", 14, File, 42, 64, 0, LLVMDIFlagObjcClassComplete, NULL, NULL, 0, 0, NULL, NULL, 0); declare_objc_class() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2286 Create(ASTContext & C,DeclContext * DC,ObjCInterfaceDecl * ClassInterface,ObjCInterfaceDecl * SuperDecl,SourceLocation nameLoc,SourceLocation atStartLoc,SourceLocation superLoc,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) Create() argument