Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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);
2058 SourceLocation nameLoc, SourceLocation atStartLoc,
2091 SourceLocation nameLoc,
2419 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
2420 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc), in ObjCImplDecl()
2489 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
2492 nameLoc, atStartLoc), in ObjCCategoryImplDecl()
[all …]
H A DExprCXX.h935 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr() argument
937 TheDecl(decl), MemberLoc(nameLoc), IsArrow(isArrow), in MSPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp69 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument
71 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl()
1426 SourceLocation nameLoc, in Create() argument
1432 nameLoc, name, colonLoc, boundInfo); in Create()
1881 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument
1884 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1893 SourceLocation nameLoc, in Create() argument
1897 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2104 SourceLocation nameLoc, in Create() argument
2109 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp234 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local
257 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
287 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc, in ParseObjCAtInterfaceDeclaration()
312 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
357 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId, in ParseObjCAtInterfaceDeclaration()
2039 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local
2042 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration()
2050 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc)); in ParseObjCAtProtocolDeclaration()
2085 AtLoc, protocolName, nameLoc, ProtocolRefs.data(), ProtocolRefs.size(), in ParseObjCAtProtocolDeclaration()
2123 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5137 SourceLocation nameLoc,