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

/external/clang/include/clang/Lex/
H A DMacroInfo.h33 /// EndLocation - The location of the last token in the macro.
34 SourceLocation EndLocation; member in class:clang::MacroInfo
136 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; }
140 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
/external/clang/lib/Lex/
H A DMacroInfo.cpp39 EndLocation(MI.EndLocation),
/external/clang/include/clang/Sema/
H A DDeclSpec.h858 SourceLocation EndLocation; member in class:clang::UnqualifiedId
869 StartLocation(Other.StartLocation), EndLocation(Other.EndLocation) {
879 EndLocation = SourceLocation();
899 StartLocation = EndLocation = IdLoc;
928 EndLocation = EndLoc;
945 EndLocation = IdLoc;
960 EndLocation = EndLoc;
983 EndLocation = EndLoc;
996 return SourceRange(StartLocation, EndLocation);
[all...]
/external/clang/lib/Sema/
H A DDeclSpec.cpp43 EndLocation = TemplateId->RAngleLoc;
51 EndLocation = TemplateId->RAngleLoc;
969 EndLocation = OperatorLoc;
975 EndLocation = SymbolLocations[I];
H A DSemaDecl.cpp3257 = Name.EndLocation.getRawEncoding();
3264 NameInfo.setCXXLiteralOperatorNameLoc(Name.EndLocation);
/external/clang/include/clang/AST/
H A DDeclCXX.h1528 bool isConstexpr, SourceLocation EndLocation)
1532 if (EndLocation.isValid())
1533 setRangeEnd(EndLocation);
1545 SourceLocation EndLocation);
2245 bool isConstexpr, SourceLocation EndLocation)
2247 SC_None, isInline, isConstexpr, EndLocation),
2257 SourceLocation EndLocation);
1524 CXXMethodDecl(Kind DK, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isStatic, StorageClass SCAsWritten, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
2241 CXXConversionDecl(CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicitSpecified, bool isConstexpr, SourceLocation EndLocation) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp793 SourceLocation &EndLocation) {
817 EndLocation = ParseDecltypeSpecifier(DS);
832 EndLocation = Tok.getAnnotationEndLoc();
883 EndLocation = Tok.getAnnotationEndLoc();
902 EndLocation = IdLoc;
907 DS.SetRangeEnd(EndLocation);
1561 SourceLocation EndLocation; local
1563 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
1575 SourceRange Range(StartLoc, EndLocation);
792 ParseBaseTypeSpecifier(SourceLocation &BaseLoc, SourceLocation &EndLocation) argument
/external/clang/lib/AST/
H A DDeclCXX.cpp1347 bool isConstexpr, SourceLocation EndLocation) {
1350 EndLocation);
1796 bool isConstexpr, SourceLocation EndLocation) {
1802 EndLocation);
1342 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isStatic, StorageClass SCAsWritten, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
1791 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/include/clang/Parse/
H A DParser.h2040 SourceLocation &EndLocation);

Completed in 625 milliseconds