Searched defs:ClassLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface() argument 546 ActOnSuperClassOfClassInterface(Scope * S,SourceLocation AtInterfaceLoc,ObjCInterfaceDecl * IDecl,IdentifierInfo * ClassName,SourceLocation ClassLoc,IdentifierInfo * SuperName,SourceLocation SuperLoc,ArrayRef<ParsedType> SuperTypeArgs,SourceRange SuperTypeArgsRange) ActOnSuperClassOfClassInterface() argument 1820 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) ActOnStartCategoryInterface() argument 1918 ActOnStartCategoryImplementation(SourceLocation AtCatImplLoc,IdentifierInfo * ClassName,SourceLocation ClassLoc,IdentifierInfo * CatName,SourceLocation CatLoc,const ParsedAttributesView & Attrs) ActOnStartCategoryImplementation() argument 1984 ActOnStartClassImplementation(SourceLocation AtClassImplLoc,IdentifierInfo * ClassName,SourceLocation ClassLoc,IdentifierInfo * SuperClassname,SourceLocation SuperClassLoc,const ParsedAttributesView & Attrs) ActOnStartClassImplementation() argument [all...] |
H A D | SemaDeclCXX.cpp | 13980 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitDefaultConstructor() local 14260 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitDestructor() local 14903 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitCopyAssignment() local 15253 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitMoveAssignment() local 15647 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitCopyConstructor() local 15788 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitMoveConstructor() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1548 Create(const ASTContext & C,DeclContext * DC,SourceLocation atLoc,IdentifierInfo * Id,ObjCTypeParamList * typeParamList,ObjCInterfaceDecl * PrevDecl,SourceLocation ClassLoc,bool isInternal) Create() argument
|