Home
last modified time | relevance | path

Searched refs:nameLoc (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h556 SourceLocation nameLoc, IdentifierInfo *name, in ObjCTypeParamDecl() argument
558 : TypedefNameDecl(ObjCTypeParam, ctx, dc, nameLoc, nameLoc, name, in ObjCTypeParamDecl()
568 SourceLocation nameLoc,
705 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument
707 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()
1756 SourceLocation nameLoc, SourceLocation atStartLoc,
1775 SourceLocation nameLoc,
2085 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
2089 nameLoc, atStartLoc), in ObjCImplDecl()
2158 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
[all …]
HDExprCXX.h632 SourceLocation nameLoc) in MSPropertyRefExpr() argument
638 MemberLoc(nameLoc), IsArrow(isArrow), in MSPropertyRefExpr()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1227 SourceLocation nameLoc, in Create() argument
1232 nameLoc, name, colonLoc, boundInfo); in Create()
1687 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument
1690 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1699 SourceLocation nameLoc, in Create() argument
1703 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
1893 SourceLocation nameLoc, in Create() argument
1898 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
1983 SourceLocation nameLoc, in Create() argument
1991 nameLoc, atStartLoc, superLoc, in Create()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp216 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local
239 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
260 Diag(nameLoc, diag::err_objc_no_attributes_on_category); in ParseObjCAtInterfaceDeclaration()
276 nameId, nameLoc, in ParseObjCAtInterfaceDeclaration()
307 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
359 Actions.ActOnStartClassInterface(getCurScope(), AtLoc, nameId, nameLoc, in ParseObjCAtInterfaceDeclaration()
2014 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local
2017 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2026 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc)); in ParseObjCAtProtocolDeclaration()
2065 Actions.ActOnStartProtocolInterface(AtLoc, protocolName, nameLoc, in ParseObjCAtProtocolDeclaration()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3658 SourceLocation nameLoc,