Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp204 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/
DDeclObjC.cpp1417 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/
DDeclObjC.h497 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
DExprCXX.h625 SourceLocation nameLoc) in MSPropertyRefExpr()