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

  /external/clang/include/clang/Tooling/
Refactoring.h 118 void setFromSourceLocation(const SourceManager &Sources, SourceLocation Start,
  /external/clang/lib/Tooling/
Refactoring.cpp 40 setFromSourceLocation(Sources, Start, Length, ReplacementText);
103 void Replacement::setFromSourceLocation(const SourceManager &Sources,
141 setFromSourceLocation(Sources, Sources.getSpellingLoc(Range.getBegin()),

Completed in 80 milliseconds