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

  /external/clang/include/clang/Lex/
MacroInfo.h 33 /// EndLocation - The location of the last token in the macro.
34 SourceLocation EndLocation;
131 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; }
134 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
  /external/clang/lib/Lex/
MacroInfo.cpp 38 EndLocation = MI.EndLocation;
  /external/clang/include/clang/Sema/
DeclSpec.h 841 SourceLocation EndLocation;
852 StartLocation(Other.StartLocation), EndLocation(Other.EndLocation) {
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 43 EndLocation = TemplateId->RAngleLoc;
51 EndLocation = TemplateId->RAngleLoc;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 780 SourceLocation &EndLocation) {
804 EndLocation = ParseDecltypeSpecifier(DS);
819 EndLocation = Tok.getAnnotationEndLoc();
870 EndLocation = Tok.getAnnotationEndLoc();
887 EndLocation = IdLoc;
892 DS.SetRangeEnd(EndLocation);
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 889 milliseconds