Searched refs:ClassLoc (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp546 SourceLocation ClassLoc,
570 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
571 IDecl->setEndOfDefinitionLoc(ClassLoc);
617 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
623 SourceRange(AtInterfaceLoc, ClassLoc))) {
976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
986 LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
990 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName;
1025 Diag(ClassLoc, diag::err_objc_parameterized_forward_class_first)
1056 typeParamList, PrevIDecl, ClassLoc);
542 ActOnSuperClassOfClassInterface(Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange) argument
974 ActOnStartClassInterface( Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, IdentifierInfo *SuperName, SourceLocation SuperLoc, ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) argument
1818 ActOnStartCategoryInterface( SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList) argument
1916 ActOnStartCategoryImplementation( SourceLocation AtCatImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc, const ParsedAttributesView &Attrs) argument
1982 ActOnStartClassImplementation( SourceLocation AtClassImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperClassname, SourceLocation SuperClassLoc, const ParsedAttributesView &Attrs) argument
[all...]
H A DSemaDeclCXX.cpp13541 SourceLocation ClassLoc = ClassDecl->getLocation();
13544 DeclarationNameInfo NameInfo(Name, ClassLoc);
13546 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/ QualType(),
13574 SetDeclDeleted(DefaultCon, ClassLoc);
13821 SourceLocation ClassLoc = ClassDecl->getLocation();
13824 DeclarationNameInfo NameInfo(Name, ClassLoc);
13826 Context, ClassDecl, ClassLoc, NameInfo, QualType(), nullptr,
13860 SetDeclDeleted(Destructor, ClassLoc);
14463 SourceLocation ClassLoc = ClassDecl->getLocation();
14464 DeclarationNameInfo NameInfo(Name, ClassLoc);
[all...]
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp754 SourceLocation ClassLoc = D->getLocation(); local
755 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc
760 markEntityOccurrenceInFile(IFaceD, ClassLoc);
768 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
773 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
787 SourceLocation ClassLoc = D->getLocation(); local
792 markEntityOccurrenceInFile(IFaceD, ClassLoc);
798 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
803 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1548 SourceLocation ClassLoc,
1551 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl,
1542 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1271 SourceLocation ClassLoc = SourceLocation(),
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10196 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
10207 SourceLocation ClassLoc,
10237 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
10245 SourceLocation ClassLoc, IdentifierInfo *SuperClassname,
10250 SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc,

Completed in 228 milliseconds