Searched refs:nameLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 497 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument 499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl() 1362 SourceLocation nameLoc, SourceLocation atStartLoc, 1381 SourceLocation nameLoc, 1649 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument 1652 nameLoc, atStartLoc), in ObjCImplDecl() 1715 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument 1717 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl() 1723 SourceLocation nameLoc, 1807 SourceLocation nameLoc, SourceLocation atStartLoc, [all …]
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 189 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local 199 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration() 219 Diag(nameLoc, diag::err_objc_no_attributes_on_category); in ParseObjCAtInterfaceDeclaration() 234 nameId, nameLoc, in ParseObjCAtInterfaceDeclaration() 256 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration() 278 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc, in ParseObjCAtInterfaceDeclaration() 1388 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local 1391 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() 1401 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc)); in ParseObjCAtProtocolDeclaration() 1439 Actions.ActOnStartProtocolInterface(AtLoc, protocolName, nameLoc, in ParseObjCAtProtocolDeclaration() [all …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1372 SourceLocation nameLoc, in ObjCProtocolDecl() argument 1375 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), Data() in ObjCProtocolDecl() 1384 SourceLocation nameLoc, in Create() argument 1388 = new (C) ObjCProtocolDecl(DC, Id, nameLoc, atStartLoc, PrevDecl); in Create() 1528 SourceLocation nameLoc, in Create() argument 1534 nameLoc, atStartLoc, CategoryNameLoc); in Create() 1622 SourceLocation nameLoc, in Create() argument 1629 nameLoc, atStartLoc, in Create()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3027 SourceLocation nameLoc,
|