Searched defs:nameLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp1372 SourceLocation nameLoc,
1375 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), Data()
1384 SourceLocation nameLoc,
1388 = new (C) ObjCProtocolDecl(DC, Id, nameLoc, atStartLoc, PrevDecl);
1528 SourceLocation nameLoc,
1534 nameLoc, atStartLoc, CategoryNameLoc);
1622 SourceLocation nameLoc,
1629 nameLoc, atStartLoc,
1371 ObjCProtocolDecl(DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1382 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1525 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1619 Create(ASTContext &C, DeclContext *DC, ObjCInterfaceDecl *ClassInterface, ObjCInterfaceDecl *SuperDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
/external/clang/lib/Parse/
H A DParseObjc.cpp189 SourceLocation nameLoc = ConsumeToken(); local
199 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); local
219 Diag(nameLoc, diag::err_objc_no_attributes_on_category);
234 nameId, nameLoc,
256 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); local
278 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc,
1388 SourceLocation nameLoc = ConsumeToken(); local
1391 IdentifierLocPair ProtoInfo(protocolName, nameLoc);
1401 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc));
1439 Actions.ActOnStartProtocolInterface(AtLoc, protocolName, nameLoc,
1479 SourceLocation nameLoc = ConsumeToken(); // consume class or category name local
1489 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc); local
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h497 IdentifierInfo *Id, SourceLocation nameLoc,
499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
1362 SourceLocation nameLoc, SourceLocation atStartLoc,
1381 SourceLocation nameLoc,
1649 SourceLocation nameLoc, SourceLocation atStartLoc)
1652 nameLoc, atStartLoc),
1715 SourceLocation nameLoc, SourceLocation atStartLoc,
1717 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc),
1723 SourceLocation nameLoc,
1807 SourceLocation nameLoc, SourceLocatio
496 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1647 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1713 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1804 ObjCImplementationDecl(DeclContext *DC, ObjCInterfaceDecl *classInterface, ObjCInterfaceDecl *superDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
[all...]

Completed in 144 milliseconds