Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h497 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument
499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()
1388 SourceLocation nameLoc, SourceLocation atStartLoc,
1407 SourceLocation nameLoc,
1675 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
1678 nameLoc, atStartLoc), in ObjCImplDecl()
1741 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
1743 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl()
1749 SourceLocation nameLoc,
1835 SourceLocation nameLoc, SourceLocation atStartLoc,
[all …]
DExprCXX.h625 SourceLocation nameLoc) in MSPropertyRefExpr() argument
631 MemberLoc(nameLoc), IsArrow(isArrow), in MSPropertyRefExpr()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp204 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local
214 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
234 Diag(nameLoc, diag::err_objc_no_attributes_on_category); in ParseObjCAtInterfaceDeclaration()
249 nameId, nameLoc, in ParseObjCAtInterfaceDeclaration()
271 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
296 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc, in ParseObjCAtInterfaceDeclaration()
1420 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local
1423 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
1433 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc)); in ParseObjCAtProtocolDeclaration()
1471 Actions.ActOnStartProtocolInterface(AtLoc, protocolName, nameLoc, in ParseObjCAtProtocolDeclaration()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp1417 SourceLocation nameLoc, in ObjCProtocolDecl() argument
1420 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), Data() in ObjCProtocolDecl()
1429 SourceLocation nameLoc, in Create() argument
1433 = new (C) ObjCProtocolDecl(DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
1597 SourceLocation nameLoc, in Create() argument
1603 nameLoc, atStartLoc, CategoryNameLoc); in Create()
1691 SourceLocation nameLoc, in Create() argument
1699 nameLoc, atStartLoc, superLoc, in Create()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h3259 SourceLocation nameLoc,