Searched defs:nameLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1319 SourceLocation nameLoc, in Create() 1775 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() 1787 SourceLocation nameLoc, in Create() 1983 SourceLocation nameLoc, in Create() 2092 SourceLocation nameLoc, in Create()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 551 SourceLocation nameLoc, IdentifierInfo *name, in ObjCTypeParamDecl() 912 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() 2317 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() 2391 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() 2490 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
|
D | ExprCXX.h | 674 SourceLocation nameLoc) in MSPropertyRefExpr()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 240 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local 2046 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local 2138 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
|