Searched defs:nameLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseObjc.cpp | 204 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local 1420 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local 1513 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | DeclObjC.cpp | 1417 SourceLocation nameLoc, in ObjCProtocolDecl() 1429 SourceLocation nameLoc, in Create() 1597 SourceLocation nameLoc, in Create() 1691 SourceLocation nameLoc, in Create()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | DeclObjC.h | 497 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() 1675 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() 1741 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() 1839 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
|
| D | ExprCXX.h | 625 SourceLocation nameLoc) in MSPropertyRefExpr()
|