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

/external/clang/lib/AST/
H A DDeclObjC.cpp1547 SourceLocation CategoryNameLoc,
1553 CategoryNameLoc, Id,
1598 SourceLocation CategoryNameLoc) {
1602 nameLoc, atStartLoc, CategoryNameLoc);
1544 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
1593 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h1564 SourceLocation CategoryNameLoc; member in class:clang::ObjCCategoryDecl
1571 SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc,
1577 CategoryNameLoc(CategoryNameLoc),
1586 SourceLocation CategoryNameLoc,
1646 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; }
1647 void setCategoryNameLoc(SourceLocation Loc) { CategoryNameLoc = Loc; }
1732 SourceLocation CategoryNameLoc; member in class:clang::ObjCCategoryImplDecl
1737 SourceLocation CategoryNameLoc)
1739 Id(Id), CategoryNameLoc(CategoryNameLo
1570 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
1734 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
[all...]

Completed in 151 milliseconds