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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h588 SourceLocation nameLoc, IdentifierInfo *name,
590 : TypedefNameDecl(ObjCTypeParam, ctx, dc, nameLoc, nameLoc, name,
605 SourceLocation nameLoc,
995 SourceLocation nameLoc, SourceLocation atStartLoc);
2096 SourceLocation nameLoc, SourceLocation atStartLoc,
2129 SourceLocation nameLoc,
2449 SourceLocation nameLoc, SourceLocation atStartLoc)
2450 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc),
2519 SourceLocation nameLoc, SourceLocatio
585 ObjCTypeParamDecl(ASTContext &ctx, DeclContext *dc, ObjCTypeParamVariance variance, SourceLocation varianceLoc, unsigned index, SourceLocation nameLoc, IdentifierInfo *name, SourceLocation colonLoc, TypeSourceInfo *boundInfo) argument
2446 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
2517 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
2587 ObjCImplementationDecl(DeclContext *DC, ObjCInterfaceDecl *classInterface, ObjCInterfaceDecl *superDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc = SourceLocation(), SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
[all...]
H A DExprCXX.h876 SourceLocation nameLoc)
882 MemberLoc(nameLoc), IsArrow(isArrow),
873 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, QualType ty, ExprValueKind VK, NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp68 IdentifierInfo *Id, SourceLocation nameLoc,
70 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) {
1414 SourceLocation nameLoc,
1420 nameLoc, name, colonLoc, boundInfo);
1871 IdentifierInfo *Id, SourceLocation nameLoc,
1874 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc),
1883 SourceLocation nameLoc,
1887 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl);
2073 SourceLocation nameLoc,
2078 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
67 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1410 Create(ASTContext &ctx, DeclContext *dc, ObjCTypeParamVariance variance, SourceLocation varianceLoc, unsigned index, SourceLocation nameLoc, IdentifierInfo *name, SourceLocation colonLoc, TypeSourceInfo *boundInfo) argument
1870 ObjCProtocolDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1881 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
2070 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
2174 Create(ASTContext &C, DeclContext *DC, ObjCInterfaceDecl *ClassInterface, ObjCInterfaceDecl *SuperDecl, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation superLoc, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp233 SourceLocation nameLoc = ConsumeToken(); local
255 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); local
286 AtLoc, nameId, nameLoc, typeParameterList, categoryId, categoryLoc,
310 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); local
356 getCurScope(), AtLoc, nameId, nameLoc, typeParameterList, superClassId,
2035 SourceLocation nameLoc = ConsumeToken(); local
2038 IdentifierLocPair ProtoInfo(protocolName, nameLoc);
2046 ProtocolRefs.push_back(std::make_pair(protocolName, nameLoc));
2081 AtLoc, protocolName, nameLoc, ProtocolRefs.data(), ProtocolRefs.size(),
2119 SourceLocation nameLoc local
2146 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4653 SourceLocation nameLoc,

Completed in 218 milliseconds