Searched defs:CategoryNameLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp1615 SourceLocation CategoryNameLoc,
1621 new (C, DC) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc, CategoryNameLoc, Id,
1665 SourceLocation CategoryNameLoc) {
1669 atStartLoc, CategoryNameLoc);
1612 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
1660 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h1721 SourceLocation CategoryNameLoc; member in class:clang::ObjCCategoryDecl
1728 SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc,
1734 CategoryNameLoc(CategoryNameLoc),
1743 SourceLocation CategoryNameLoc,
1818 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; }
1819 void setCategoryNameLoc(SourceLocation Loc) { CategoryNameLoc = Loc; }
1911 SourceLocation CategoryNameLoc; member in class:clang::ObjCCategoryImplDecl
1916 SourceLocation CategoryNameLoc)
1918 Id(Id), CategoryNameLoc(CategoryNameLo
1727 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
1913 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
[all...]

Completed in 660 milliseconds