Searched defs:nameLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 203 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local 1374 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local 1467 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1522 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() 1534 SourceLocation nameLoc, in Create() 1702 SourceLocation nameLoc, in Create() 1792 SourceLocation nameLoc, in Create()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 519 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() 1851 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() 1924 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() 2023 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
|
D | ExprCXX.h | 632 SourceLocation nameLoc) in MSPropertyRefExpr()
|