HomeSort by relevance Sort by last modified time
    Searched defs:EndLocation (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 33 /// EndLocation - The location of the last token in the macro.
34 SourceLocation EndLocation;
136 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; }
140 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 793 SourceLocation &EndLocation) {
817 EndLocation = ParseDecltypeSpecifier(DS);
832 EndLocation = Tok.getAnnotationEndLoc();
883 EndLocation = Tok.getAnnotationEndLoc();
902 EndLocation = IdLoc;
907 DS.SetRangeEnd(EndLocation);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 858 SourceLocation EndLocation;
869 StartLocation(Other.StartLocation), EndLocation(Other.EndLocation) {
879 EndLocation = SourceLocation();
    [all...]

Completed in 212 milliseconds