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

/external/clang/include/clang/Lex/
H A DMacroInfo.h36 SourceLocation EndLocation; member in class:clang::MacroInfo
136 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; }
139 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
/external/clang/include/clang/Sema/
H A DDeclSpec.h906 SourceLocation EndLocation; member in class:clang::UnqualifiedId
916 EndLocation = SourceLocation();
936 StartLocation = EndLocation = IdLoc;
965 EndLocation = EndLoc;
982 EndLocation = IdLoc;
997 EndLocation = EndLoc;
1020 EndLocation = EndLoc;
1033 return SourceRange(StartLocation, EndLocation);
1036 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; }
/external/compiler-rt/lib/asan/
H A Dasan_report.cc54 const char *EndLocation() { return Default(); } function in class:__asan::Decorator
259 str.append("%s", d.EndLocation());
337 d.Location(), addr, pos_descr, d.EndLocation());
389 Printf("%s", d.EndLocation());
456 str.append("%s", d.EndLocation());
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc30 const char *EndLocation() { return Default(); } function in class:__tsan::Decorator
164 Printf("%s", d.EndLocation());
/external/clang/lib/Sema/
H A DDeclSpec.cpp45 EndLocation = TemplateId->RAngleLoc;
53 EndLocation = TemplateId->RAngleLoc;
1181 EndLocation = OperatorLoc;
1187 EndLocation = SymbolLocations[I];
H A DSemaDecl.cpp4037 = Name.EndLocation.getRawEncoding();
4044 NameInfo.setCXXLiteralOperatorNameLoc(Name.EndLocation);
/external/clang/include/clang/AST/
H A DDeclCXX.h1702 bool isConstexpr, SourceLocation EndLocation)
1705 if (EndLocation.isValid())
1706 setRangeEnd(EndLocation);
1717 SourceLocation EndLocation);
2393 bool isConstexpr, SourceLocation EndLocation)
2395 SC_None, isInline, isConstexpr, EndLocation),
2405 SourceLocation EndLocation);
1698 CXXMethodDecl(Kind DK, ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
2389 CXXConversionDecl(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicitSpecified, bool isConstexpr, SourceLocation EndLocation) argument
/external/clang/lib/AST/
H A DDeclCXX.cpp1419 bool isConstexpr, SourceLocation EndLocation) {
1422 EndLocation);
1875 bool isConstexpr, SourceLocation EndLocation) {
1881 EndLocation);
1414 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
1870 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicit, bool isConstexpr, SourceLocation EndLocation) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp907 SourceLocation &EndLocation) {
931 EndLocation = ParseDecltypeSpecifier(DS);
946 EndLocation = Tok.getAnnotationEndLoc();
1002 EndLocation = Tok.getAnnotationEndLoc();
1021 EndLocation = IdLoc;
1026 DS.SetRangeEnd(EndLocation);
1769 SourceLocation EndLocation; local
1771 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
1782 SourceRange Range(StartLoc, EndLocation);
906 ParseBaseTypeSpecifier(SourceLocation &BaseLoc, SourceLocation &EndLocation) argument
H A DParseDecl.cpp4674 D.getName().EndLocation.isValid())
4675 return D.getName().EndLocation;
5603 D.getName().EndLocation = StartBracketLoc;
/external/clang/include/clang/Parse/
H A DParser.h2298 SourceLocation &EndLocation);

Completed in 2128 milliseconds