/external/skia/tools/bookmaker/ |
D | fiddleParser.cpp | 18 const char* nameLoc = fChar; in parseFiddles() local 22 string name(nameLoc, fChar - nameLoc); in parseFiddles()
|
/external/skqp/tools/bookmaker/ |
D | fiddleParser.cpp | 44 const char* nameLoc = fChar; in parseFiddles() local 48 string name(nameLoc, fChar - nameLoc); in parseFiddles()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 551 SourceLocation nameLoc, IdentifierInfo *name, in ObjCTypeParamDecl() argument 553 : TypedefNameDecl(ObjCTypeParam, ctx, dc, nameLoc, nameLoc, name, in ObjCTypeParamDecl() 563 SourceLocation nameLoc, 912 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument 914 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl() 1993 SourceLocation nameLoc, SourceLocation atStartLoc, 2012 SourceLocation nameLoc, 2317 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument 2321 nameLoc, atStartLoc), in ObjCImplDecl() 2391 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument [all …]
|
D | ExprCXX.h | 674 SourceLocation nameLoc) in MSPropertyRefExpr() argument 680 MemberLoc(nameLoc), IsArrow(isArrow), in MSPropertyRefExpr()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1319 SourceLocation nameLoc, in Create() argument 1324 nameLoc, name, colonLoc, boundInfo); in Create() 1775 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument 1778 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl() 1787 SourceLocation nameLoc, in Create() argument 1791 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create() 1983 SourceLocation nameLoc, in Create() argument 1988 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create() 2092 SourceLocation nameLoc, in Create() argument 2100 nameLoc, atStartLoc, superLoc, in Create()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 240 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local 262 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration() 283 Diag(nameLoc, diag::err_objc_no_attributes_on_category); in ParseObjCAtInterfaceDeclaration() 299 nameId, nameLoc, in ParseObjCAtInterfaceDeclaration() 327 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration() 373 Actions.ActOnStartClassInterface(getCurScope(), AtLoc, nameId, nameLoc, in ParseObjCAtInterfaceDeclaration() 2046 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local 2049 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() 2058 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc)); in ParseObjCAtProtocolDeclaration() 2095 Actions.ActOnStartProtocolInterface(AtLoc, protocolName, nameLoc, in ParseObjCAtProtocolDeclaration() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3809 SourceLocation nameLoc,
|