Home
last modified time | relevance | path

Searched refs:StartLocation (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1047 SourceLocation StartLocation; variable
1060 StartLocation = SourceLocation(); in clear()
1065 bool isValid() const { return StartLocation.isValid(); } in isValid()
1080 StartLocation = EndLocation = IdLoc; in setIdentifier()
1108 StartLocation = OperatorLoc; in setConversionFunctionId()
1125 StartLocation = OpLoc; in setLiteralOperatorId()
1140 StartLocation = ClassNameLoc; in setConstructorName()
1163 StartLocation = TildeLoc; in setDestructorName()
1184 StartLocation = EndLocation = TemplateLoc; in setDeductionGuideName()
1194 StartLocation = EndLocation = SourceLocation(); in setImplicitSelfParam()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp39 StartLocation = TemplateId->TemplateNameLoc; in setTemplateId()
50 StartLocation = TemplateId->TemplateNameLoc; in setConstructorTemplateId()
1474 StartLocation = OperatorLoc; in setOperatorFunctionId()
H A DSemaExprCXX.cpp7987 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()
7998 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()
8000 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()
8037 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()
8048 FirstTypeName.StartLocation, in ActOnPseudoDestructorExpr()
8052 Diag(FirstTypeName.StartLocation, in ActOnPseudoDestructorExpr()
8088 FirstTypeName.StartLocation); in ActOnPseudoDestructorExpr()
H A DSemaDecl.cpp5949 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
5972 Diag(Name.StartLocation, in GetNameFromUnqualifiedId()
6793 Diag(D.getName().StartLocation, in ActOnTypedefDeclarator()
6797 Diag(D.getName().StartLocation, diag::err_typedef_not_identifier) in ActOnTypedefDeclarator()
H A DSemaDeclCXX.cpp13519 if (DiagnoseUnexpandedParameterPack(Name.StartLocation, TInfo, in ActOnAliasDeclaration()
13535 DiagnoseTemplateParameterShadow(Name.StartLocation,Previous.getFoundDecl()); in ActOnAliasDeclaration()
13542 Name.StartLocation, in ActOnAliasDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1545 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation); in ParseTemplateTemplateArgument()
1566 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation); in ParseTemplateTemplateArgument()
H A DParseExprCXX.cpp2481 Diag(Id.StartLocation, diag::err_missing_dependent_template_keyword) in ParseUnqualifiedIdTemplateId()
2483 << FixItHint::CreateInsertion(Id.StartLocation, "template "); in ParseUnqualifiedIdTemplateId()
2561 TemplateKWLoc, Id.StartLocation, TemplateII, OpKind, Template, TNK, in ParseUnqualifiedIdTemplateId()
2581 Id.setDestructorName(Id.StartLocation, Type.get(), RAngleLoc); in ParseUnqualifiedIdTemplateId()
H A DParseDeclCXX.cpp905 Diag(D.Name.StartLocation, diag::err_alias_declaration_not_identifier); in ParseAliasDeclarationAfterDeclarator()
H A DParseDecl.cpp6419 if (D.getName().StartLocation.isInvalid() && in getMissingDeclaratorIdLoc()
/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h1140 U16 StartLocation; /* 0x02 */ member