Searched refs:EndLocation (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h47 SourceLocation EndLocation; member in class:clang::MacroInfo
126 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; }
129 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1011 SourceLocation EndLocation; member in class:clang::UnqualifiedId
1022 EndLocation = SourceLocation();
1041 StartLocation = EndLocation = IdLoc;
1070 EndLocation = EndLoc;
1087 EndLocation = IdLoc;
1102 EndLocation = EndLoc;
1125 EndLocation = EndLoc;
1145 StartLocation = EndLocation = TemplateLoc;
1155 StartLocation = EndLocation = SourceLocation();
1160 return SourceRange(StartLocation, EndLocation);
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1855 TypeSourceInfo *TInfo, SourceLocation EndLocation,
1860 if (EndLocation.isValid())
1861 setRangeEnd(EndLocation);
1876 TypeSourceInfo *TInfo, SourceLocation EndLocation,
1954 SourceLocation EndLocation,
1958 if (EndLocation.isValid())
1959 setRangeEnd(EndLocation);
1968 SourceLocation EndLocation,
2734 ConstexprSpecKind ConstexprKind, SourceLocation EndLocation,
2737 SC_None, isInline, ConstexprKind, EndLocation,
1852 CXXDeductionGuideDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, ExplicitSpecifier ES, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, SourceLocation EndLocation, CXXConstructorDecl *Ctor) argument
1950 CXXMethodDecl(Kind DK, ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, ConstexprSpecKind ConstexprKind, SourceLocation EndLocation, Expr *TrailingRequiresClause = nullptr) argument
2731 CXXConversionDecl(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, ExplicitSpecifier ES, ConstexprSpecKind ConstexprKind, SourceLocation EndLocation, Expr *TrailingRequiresClause = nullptr) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp39 EndLocation = TemplateId->RAngleLoc;
50 EndLocation = TemplateId->RAngleLoc;
306 Name.EndLocation = RSquareLoc;
1447 EndLocation = OperatorLoc;
1454 EndLocation = SymbolLocations[I];
H A DSemaDecl.cpp5368 Name.OperatorFunctionId.SymbolLocations[0], Name.EndLocation));
5374 NameInfo.setCXXLiteralOperatorNameLoc(Name.EndLocation);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1140 SourceLocation &EndLocation) {
1167 EndLocation = ParseDecltypeSpecifier(DS);
1181 EndLocation = Tok.getAnnotationEndLoc();
1229 EndLocation = Tok.getAnnotationEndLoc();
1248 EndLocation = IdLoc;
1253 DS.SetRangeEnd(EndLocation);
2150 SourceLocation EndLocation; local
2152 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
2163 SourceRange Range(StartLoc, EndLocation);
1139 ParseBaseTypeSpecifier(SourceLocation &BaseLoc, SourceLocation &EndLocation) argument
H A DParseDecl.cpp5878 D.getName().EndLocation.isValid())
5879 return D.getName().EndLocation;
7146 D.getName().EndLocation = StartBracketLoc;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2080 TypeSourceInfo *TInfo, SourceLocation EndLocation,
2083 TInfo, EndLocation, Ctor);
2201 SourceLocation EndLocation,
2205 isInline, ConstexprKind, EndLocation,
2795 SourceLocation EndLocation, Expr *TrailingRequiresClause) {
2801 ConstexprKind, EndLocation, TrailingRequiresClause);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3113 SourceLocation &EndLocation);

Completed in 411 milliseconds