Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/fuchsia/
H A DDefaultArgumentsDeclarationsCheck.cpp40 SourceLocation StartLocation = in check() local
44 Lexer::getLocForEndOfToken(StartLocation, 0, *Result.SourceManager, in check()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1009 SourceLocation StartLocation; variable
1022 StartLocation = SourceLocation(); in clear()
1027 bool isValid() const { return StartLocation.isValid(); } in isValid()
1042 StartLocation = EndLocation = IdLoc; in setIdentifier()
1070 StartLocation = OperatorLoc; in setConversionFunctionId()
1087 StartLocation = OpLoc; in setLiteralOperatorId()
1102 StartLocation = ClassNameLoc; in setConstructorName()
1125 StartLocation = TildeLoc; in setDestructorName()
1146 StartLocation = EndLocation = TemplateLoc; in setDeductionGuideName()
1156 StartLocation = EndLocation = SourceLocation(); in setImplicitSelfParam()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp38 StartLocation = TemplateId->TemplateNameLoc; in setTemplateId()
49 StartLocation = TemplateId->TemplateNameLoc; in setConstructorTemplateId()
1454 StartLocation = OperatorLoc; in setOperatorFunctionId()
H A DSemaExprCXX.cpp7843 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()
7854 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()
7856 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()
7893 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()
7904 FirstTypeName.StartLocation, in ActOnPseudoDestructorExpr()
7908 Diag(FirstTypeName.StartLocation, in ActOnPseudoDestructorExpr()
7944 FirstTypeName.StartLocation); in ActOnPseudoDestructorExpr()
H A DSemaDecl.cpp5736 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
5759 Diag(Name.StartLocation, in GetNameFromUnqualifiedId()
6581 Diag(D.getName().StartLocation, in ActOnTypedefDeclarator()
6585 Diag(D.getName().StartLocation, diag::err_typedef_not_identifier) in ActOnTypedefDeclarator()
H A DSemaDeclCXX.cpp12971 if (DiagnoseUnexpandedParameterPack(Name.StartLocation, TInfo, in ActOnAliasDeclaration()
12987 DiagnoseTemplateParameterShadow(Name.StartLocation,Previous.getFoundDecl()); in ActOnAliasDeclaration()
12994 Name.StartLocation, in ActOnAliasDeclaration()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTemplate.cpp1505 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation); in ParseTemplateTemplateArgument()
1526 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation); in ParseTemplateTemplateArgument()
H A DParseExprCXX.cpp2412 Diag(Id.StartLocation, diag::err_missing_dependent_template_keyword) in ParseUnqualifiedIdTemplateId()
2414 << FixItHint::CreateInsertion(Id.StartLocation, "template "); in ParseUnqualifiedIdTemplateId()
2492 TemplateKWLoc, Id.StartLocation, TemplateII, OpKind, Template, TNK, in ParseUnqualifiedIdTemplateId()
2512 Id.setDestructorName(Id.StartLocation, Type.get(), RAngleLoc); in ParseUnqualifiedIdTemplateId()
H A DParseDeclCXX.cpp868 Diag(D.Name.StartLocation, diag::err_alias_declaration_not_identifier); in ParseAliasDeclarationAfterDeclarator()
H A DParseDecl.cpp6062 if (D.getName().StartLocation.isInvalid() && in getMissingDeclaratorIdLoc()