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

  /external/clang/include/clang/Lex/
MacroInfo.h 36 SourceLocation EndLocation;
133 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; }
136 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
  /external/compiler-rt/lib/asan/
asan_report.cc 64 const char *EndLocation() { return Default(); }
221 Printf("%s", d.EndLocation());
305 Printf("%s", d.EndLocation());
358 Printf("%s", d.EndLocation());
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 854 SourceLocation &EndLocation) {
878 EndLocation = ParseDecltypeSpecifier(DS);
893 EndLocation = Tok.getAnnotationEndLoc();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 52 milliseconds