Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp203 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/
DDeclObjC.cpp1522 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/
DDeclObjC.h519 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
DExprCXX.h632 SourceLocation nameLoc) in MSPropertyRefExpr()