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,
959 SourceLocation nameLoc, SourceLocation atStartLoc);
2106 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.h945 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr() argument
947 TheDecl(decl), MemberLoc(nameLoc), IsArrow(isArrow), in MSPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp70 SourceLocation nameLoc, in ObjCContainerDecl() argument
72 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl()
1477 SourceLocation nameLoc, in Create() argument
1483 nameLoc, name, colonLoc, boundInfo); in Create()
1931 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument
1934 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1943 SourceLocation nameLoc, in Create() argument
1947 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2184 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, in Create() argument
2188 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp257 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local
281 getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
311 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration()
337 nameLoc); in ParseObjCAtInterfaceDeclaration()
383 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2082 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local
2085 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2094 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc)); in ParseObjCAtProtocolDeclaration()
2131 AtLoc, protocolName, nameLoc, ProtocolRefs.data(), ProtocolRefs.size(), in ParseObjCAtProtocolDeclaration()
2180 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8655 const CXXScopeSpec &SS, SourceLocation nameLoc,