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;
117 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; }
121 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
  /external/clang/include/clang/Sema/
DeclSpec.h 873 SourceLocation EndLocation;
883 EndLocation = SourceLocation();
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 64 const char *EndLocation() { return Default(); }
213 Printf("%s", d.EndLocation());
262 Printf("%s", d.EndLocation());
314 Printf("%s", d.EndLocation());
  /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 815 SourceLocation &EndLocation) {
839 EndLocation = ParseDecltypeSpecifier(DS);
854 EndLocation = Tok.getAnnotationEndLoc();
905 EndLocation = Tok.getAnnotationEndLoc();
924 EndLocation = IdLoc;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 186 milliseconds