Home
last modified time | relevance | path

Searched defs:ClassLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp750 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local
783 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp555 ActOnSuperClassOfClassInterface(Scope * S,SourceLocation AtInterfaceLoc,ObjCInterfaceDecl * IDecl,IdentifierInfo * ClassName,SourceLocation ClassLoc,IdentifierInfo * SuperName,SourceLocation SuperLoc,ArrayRef<ParsedType> SuperTypeArgs,SourceRange SuperTypeArgsRange) ActOnSuperClassOfClassInterface() argument
976 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) ActOnStartClassInterface() argument
1816 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc,const IdentifierInfo * ClassName,SourceLocation ClassLoc,ObjCTypeParamList * typeParamList,const IdentifierInfo * CategoryName,SourceLocation CategoryLoc,Decl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs,SourceLocation EndProtoLoc,const ParsedAttributesView & AttrList) ActOnStartCategoryInterface() argument
1915 ActOnStartCategoryImplementation(SourceLocation AtCatImplLoc,const IdentifierInfo * ClassName,SourceLocation ClassLoc,const IdentifierInfo * CatName,SourceLocation CatLoc,const ParsedAttributesView & Attrs) ActOnStartCategoryImplementation() argument
1983 ActOnStartClassImplementation(SourceLocation AtClassImplLoc,const IdentifierInfo * ClassName,SourceLocation ClassLoc,const IdentifierInfo * SuperClassname,SourceLocation SuperClassLoc,const ParsedAttributesView & Attrs) ActOnStartClassImplementation() argument
[all...]
H A DSemaDeclCXX.cpp13789 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitDefaultConstructor() local
14075 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitDestructor() local
14716 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitCopyAssignment() local
15068 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitMoveAssignment() local
15464 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitCopyConstructor() local
15608 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitMoveConstructor() local
[all...]
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1545 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create() argument