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

/external/clang/include/clang/AST/
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
H A DDeclObjC.h519 IdentifierInfo *Id, SourceLocation nameLoc,
521 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
1528 SourceLocation nameLoc, SourceLocation atStartLoc,
1547 SourceLocation nameLoc,
1842 SourceLocation nameLoc, SourceLocation atStartLoc)
1846 nameLoc, atStartLoc),
1915 SourceLocation nameLoc, SourceLocation atStartLoc,
1917 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc),
1923 SourceLocation nameLoc,
2010 SourceLocation nameLoc, SourceLocatio
518 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1840 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1913 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
2007 ObjCImplementationDecl(DeclContext *DC, ObjCInterfaceDecl *classInterface, ObjCInterfaceDecl *superDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc = SourceLocation(), SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp1491 IdentifierInfo *Id, SourceLocation nameLoc,
1494 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc),
1503 SourceLocation nameLoc,
1507 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl);
1663 SourceLocation nameLoc,
1668 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
1753 SourceLocation nameLoc,
1761 nameLoc, atStartLoc, superLoc,
1490 ObjCProtocolDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1501 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1660 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1750 Create(ASTContext &C, DeclContext *DC, ObjCInterfaceDecl *ClassInterface, ObjCInterfaceDecl *SuperDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
/external/clang/lib/Parse/
H A DParseObjc.cpp203 SourceLocation nameLoc = ConsumeToken(); local
213 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
297 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc,
1421 SourceLocation nameLoc = ConsumeToken(); local
1424 IdentifierLocPair ProtoInfo(protocolName, nameLoc);
1433 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc));
1471 Actions.ActOnStartProtocolInterface(AtLoc, protocolName, nameLoc,
1514 SourceLocation nameLoc = ConsumeToken(); // consume class or category name local
1524 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc); local
[all...]

Completed in 128 milliseconds