Home
last modified time | relevance | path

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

/freebsd-14.2/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,
2103 SourceLocation nameLoc, SourceLocation atStartLoc,
2141 SourceLocation nameLoc,
2478 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
2479 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc), in ObjCImplDecl()
2551 nameLoc, atStartLoc), in ObjCCategoryImplDecl()
2563 SourceLocation nameLoc,
2628 nameLoc, atStartLoc),
[all …]
H A DExprCXX.h941 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr() argument
943 TheDecl(decl), MemberLoc(nameLoc), IsArrow(isArrow), in MSPropertyRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp69 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument
71 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl()
1477 SourceLocation nameLoc, in Create() argument
1483 nameLoc, name, colonLoc, boundInfo); in Create()
1940 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1949 SourceLocation nameLoc, in Create() argument
1953 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2197 SourceLocation nameLoc, in Create() argument
2202 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2301 SourceLocation nameLoc, in Create() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp256 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local
279 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
309 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration()
334 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
380 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2091 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local
2094 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2102 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc)); in ParseObjCAtProtocolDeclaration()
2187 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
2245 AtLoc, nameId, nameLoc, categoryId, categoryLoc, Attrs); in ParseObjCAtImplementationDeclaration()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5725 SourceLocation nameLoc,