Home
last modified time | relevance | path

Searched refs:nameLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h596 SourceLocation nameLoc, IdentifierInfo *name, in ObjCTypeParamDecl() argument
598 : TypedefNameDecl(ObjCTypeParam, ctx, dc, nameLoc, nameLoc, name, in ObjCTypeParamDecl()
613 SourceLocation nameLoc,
957 SourceLocation nameLoc, SourceLocation atStartLoc);
2105 SourceLocation nameLoc, SourceLocation atStartLoc,
2144 SourceLocation nameLoc,
2477 const IdentifierInfo *Id, SourceLocation nameLoc, in ObjCImplDecl() argument
2479 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc), in ObjCImplDecl()
2548 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
2550 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, Id, nameLoc, in ObjCCategoryImplDecl()
[all …]
H A DExprCXX.h947 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr() argument
949 TheDecl(decl), MemberLoc(nameLoc), IsArrow(isArrow), in MSPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp67 SourceLocation nameLoc, in ObjCContainerDecl() argument
69 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl()
1474 SourceLocation nameLoc, in Create() argument
1480 nameLoc, name, colonLoc, boundInfo); in Create()
1928 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument
1931 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1940 SourceLocation nameLoc, in Create() argument
1944 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2181 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, in Create() argument
2185 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp212 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local
236 getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
266 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration()
292 nameLoc); in ParseObjCAtInterfaceDeclaration()
338 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
1816 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local
1819 IdentifierLoc ProtoInfo(nameLoc, protocolName); in ParseObjCAtProtocolDeclaration()
1828 ProtocolRefs.emplace_back(nameLoc, protocolName); in ParseObjCAtProtocolDeclaration()
1864 AtLoc, protocolName, nameLoc, ProtocolRefs.data(), ProtocolRefs.size(), in ParseObjCAtProtocolDeclaration()
1903 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8930 const CXXScopeSpec &SS, SourceLocation nameLoc,