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

/external/clang/include/clang/AST/
H A DDeclObjC.h497 IdentifierInfo *Id, SourceLocation nameLoc,
499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
1380 SourceLocation nameLoc, SourceLocation atStartLoc,
1399 SourceLocation nameLoc,
1670 SourceLocation nameLoc, SourceLocation atStartLoc)
1673 nameLoc, atStartLoc),
1736 SourceLocation nameLoc, SourceLocation atStartLoc,
1738 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc),
1744 SourceLocation nameLoc,
1830 SourceLocation nameLoc, SourceLocatio
496 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1668 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1734 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1827 ObjCImplementationDecl(DeclContext *DC, ObjCInterfaceDecl *classInterface, ObjCInterfaceDecl *superDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc = SourceLocation(), SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
[all...]
H A DExprCXX.h625 SourceLocation nameLoc)
631 MemberLoc(nameLoc), IsArrow(isArrow),
622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, QualType ty, ExprValueKind VK, NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) argument
/external/clang/lib/Parse/
H A DParseObjc.cpp204 SourceLocation nameLoc = ConsumeToken(); local
214 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); local
234 Diag(nameLoc, diag::err_objc_no_attributes_on_category);
249 nameId, nameLoc,
271 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); local
293 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc,
1417 SourceLocation nameLoc = ConsumeToken(); local
1420 IdentifierLocPair ProtoInfo(protocolName, nameLoc);
1430 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc));
1468 Actions.ActOnStartProtocolInterface(AtLoc, protocolName, nameLoc,
1510 SourceLocation nameLoc = ConsumeToken(); // consume class or category name local
1520 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc); local
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp1416 SourceLocation nameLoc,
1419 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), Data()
1428 SourceLocation nameLoc,
1432 = new (C) ObjCProtocolDecl(DC, Id, nameLoc, atStartLoc, PrevDecl);
1596 SourceLocation nameLoc,
1602 nameLoc, atStartLoc, CategoryNameLoc);
1690 SourceLocation nameLoc,
1698 nameLoc, atStartLoc, superLoc,
1415 ObjCProtocolDecl(DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1426 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1593 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1687 Create(ASTContext &C, DeclContext *DC, ObjCInterfaceDecl *ClassInterface, ObjCInterfaceDecl *SuperDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
/external/clang/include/clang/Sema/
H A DSema.h3181 SourceLocation nameLoc,

Completed in 411 milliseconds