Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1083 SourceLocation StartLocation; variable
1096 StartLocation = SourceLocation(); in clear()
1101 bool isValid() const { return StartLocation.isValid(); } in isValid()
1116 StartLocation = EndLocation = IdLoc; in setIdentifier()
1144 StartLocation = OperatorLoc; in setConversionFunctionId()
1161 StartLocation = OpLoc; in setLiteralOperatorId()
1176 StartLocation = ClassNameLoc; in setConstructorName()
1199 StartLocation = TildeLoc; in setDestructorName()
1220 StartLocation = EndLocation = TemplateLoc; in setDeductionGuideName()
1230 StartLocation = EndLocation = SourceLocation(); in setImplicitSelfParam()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp39 StartLocation = TemplateId->TemplateNameLoc; in setTemplateId()
50 StartLocation = TemplateId->TemplateNameLoc; in setConstructorTemplateId()
1508 StartLocation = OperatorLoc; in setOperatorFunctionId()
H A DSemaExprCXX.cpp8200 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()
8211 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()
8213 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()
8250 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()
8261 FirstTypeName.StartLocation, in ActOnPseudoDestructorExpr()
8265 Diag(FirstTypeName.StartLocation, in ActOnPseudoDestructorExpr()
8301 FirstTypeName.StartLocation); in ActOnPseudoDestructorExpr()
H A DSemaDecl.cpp5773 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
5796 Diag(Name.StartLocation, in GetNameFromUnqualifiedId()
6637 Diag(D.getName().StartLocation, in ActOnTypedefDeclarator()
6641 Diag(D.getName().StartLocation, diag::err_typedef_not_identifier) in ActOnTypedefDeclarator()
H A DSemaDeclCXX.cpp13384 if (DiagnoseUnexpandedParameterPack(Name.StartLocation, TInfo, in ActOnAliasDeclaration()
13400 DiagnoseTemplateParameterShadow(Name.StartLocation,Previous.getFoundDecl()); in ActOnAliasDeclaration()
13407 Name.StartLocation, in ActOnAliasDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1434 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation); in ParseTemplateTemplateArgument()
1455 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation); in ParseTemplateTemplateArgument()
H A DParseExprCXX.cpp2583 Diag(Id.StartLocation, diag::err_missing_dependent_template_keyword) in ParseUnqualifiedIdTemplateId()
2585 << FixItHint::CreateInsertion(Id.StartLocation, "template "); in ParseUnqualifiedIdTemplateId()
2663 TemplateKWLoc, Id.StartLocation, TemplateII, OpKind, Template, TNK, in ParseUnqualifiedIdTemplateId()
2683 Id.setDestructorName(Id.StartLocation, Type.get(), RAngleLoc); in ParseUnqualifiedIdTemplateId()
H A DParseDeclCXX.cpp960 Diag(D.Name.StartLocation, diag::err_alias_declaration_not_identifier); in ParseAliasDeclarationAfterDeclarator()
H A DParseDecl.cpp6815 if (D.getName().StartLocation.isInvalid() && in getMissingDeclaratorIdLoc()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h1150 U16 StartLocation; /* 0x02 */ member