Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
953 SourceLocation nameLoc, SourceLocation atStartLoc);
2092 SourceLocation nameLoc, SourceLocation atStartLoc,
2130 SourceLocation nameLoc,
2467 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
2468 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc), in ObjCImplDecl()
2537 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
2540 nameLoc, atStartLoc), in ObjCCategoryImplDecl()
[all …]
H A DExprCXX.h941 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr() argument
943 TheDecl(decl), MemberLoc(nameLoc), IsArrow(isArrow), in MSPropertyRefExpr()
/openbsd-src/gnu/llvm/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()
1937 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument
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()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp251 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local
274 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
304 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration()
329 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
375 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2078 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local
2081 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2089 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc)); in ParseObjCAtProtocolDeclaration()
2125 AtLoc, protocolName, nameLoc, ProtocolRefs.data(), ProtocolRefs.size(), in ParseObjCAtProtocolDeclaration()
2174 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5598 SourceLocation nameLoc,