Searched defs:EndLocation (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Lex/
H A DMacroInfo.h36 SourceLocation EndLocation; member in class:clang::MacroInfo
133 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; }
136 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
/external/compiler-rt/lib/asan/
H A Dasan_report.cc64 const char *EndLocation() { return Default(); } function in class:__asan::Decorator
221 Printf("%s", d.EndLocation());
305 Printf("%s", d.EndLocation());
358 Printf("%s", d.EndLocation());
/external/clang/lib/AST/
H A DDeclCXX.cpp1346 bool isConstexpr, SourceLocation EndLocation) {
1349 EndLocation);
1798 bool isConstexpr, SourceLocation EndLocation) {
1804 EndLocation);
1341 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
1793 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.cpp854 SourceLocation &EndLocation) {
878 EndLocation = ParseDecltypeSpecifier(DS);
893 EndLocation = Tok.getAnnotationEndLoc();
944 EndLocation = Tok.getAnnotationEndLoc();
963 EndLocation = IdLoc;
968 DS.SetRangeEnd(EndLocation);
1732 SourceLocation EndLocation; local
1734 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
1746 SourceRange Range(StartLoc, EndLocation);
853 ParseBaseTypeSpecifier(SourceLocation &BaseLoc, SourceLocation &EndLocation) argument
/external/clang/include/clang/AST/
H A DDeclCXX.h1619 bool isConstexpr, SourceLocation EndLocation)
1622 if (EndLocation.isValid())
1623 setRangeEnd(EndLocation);
1634 SourceLocation EndLocation);
2279 bool isConstexpr, SourceLocation EndLocation)
2281 SC_None, isInline, isConstexpr, EndLocation),
2291 SourceLocation EndLocation);
1615 CXXMethodDecl(Kind DK, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
2275 CXXConversionDecl(CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicitSpecified, bool isConstexpr, SourceLocation EndLocation) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h890 SourceLocation EndLocation; member in class:clang::UnqualifiedId
900 EndLocation = SourceLocation();
920 StartLocation = EndLocation = IdLoc;
949 EndLocation = EndLoc;
966 EndLocation = IdLoc;
981 EndLocation = EndLoc;
1004 EndLocation = EndLoc;
1017 return SourceRange(StartLocation, EndLocation);
1020 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; }

Completed in 401 milliseconds