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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp457 IdentifierInfo *ClassName, SourceLocation ClassLoc,
465 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
469 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName;
494 PrevIDecl, ClassLoc);
535 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
536 IDecl->setEndOfDefinitionLoc(ClassLoc);
577 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
583 SourceRange(AtInterfaceLoc, ClassLoc))) {
592 IDecl->setEndOfDefinitionLoc(ClassLoc);
889 IdentifierInfo *ClassName, SourceLocation ClassLoc,
456 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
888 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument
956 ActOnStartCategoryImplementation( SourceLocation AtCatImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc) argument
1015 ActOnStartClassImplementation( SourceLocation AtClassImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperClassname, SourceLocation SuperClassLoc) argument
[all...]
H A DSemaDeclCXX.cpp8435 SourceLocation ClassLoc = ClassDecl->getLocation(); local
8438 DeclarationNameInfo NameInfo(Name, ClassLoc);
8440 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/QualType(),
8456 SetDeclDeleted(DefaultCon, ClassLoc);
8890 SourceLocation ClassLoc = ClassDecl->getLocation(); local
8893 DeclarationNameInfo NameInfo(Name, ClassLoc);
8895 = CXXDestructorDecl::Create(Context, ClassDecl, ClassLoc, NameInfo,
8913 SetDeclDeleted(Destructor, ClassLoc);
9511 SourceLocation ClassLoc = ClassDecl->getLocation(); local
9512 DeclarationNameInfo NameInfo(Name, ClassLoc);
9888 SourceLocation ClassLoc = ClassDecl->getLocation(); local
10307 SourceLocation ClassLoc = ClassDecl->getLocation(); local
10469 SourceLocation ClassLoc = ClassDecl->getLocation(); local
[all...]
/external/clang/tools/libclang/
H A DIndexingContext.cpp518 SourceLocation ClassLoc = D->getLocation(); local
519 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc
524 markEntityOccurrenceInFile(IFaceD, ClassLoc);
532 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
551 SourceLocation ClassLoc = D->getLocation(); local
556 markEntityOccurrenceInFile(IFaceD, ClassLoc);
562 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
567 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
/external/clang/lib/AST/
H A DDeclObjC.cpp1134 SourceLocation ClassLoc,
1137 ObjCInterfaceDecl(C, DC, atLoc, Id, ClassLoc, PrevDecl, isInternal);
1129 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h774 SourceLocation ClassLoc = SourceLocation(),
/external/clang/include/clang/Sema/
H A DSema.h6759 SourceLocation ClassLoc,
6792 SourceLocation ClassLoc,
6802 IdentifierInfo *ClassName, SourceLocation ClassLoc,
6808 SourceLocation ClassLoc,

Completed in 463 milliseconds