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

  /external/clang/include/clang/Basic/
SourceLocation.h 123 static SourceLocation getMacroLoc(unsigned ID) {
  /external/clang/lib/Basic/
SourceManager.cpp 634 return SourceLocation::getMacroLoc(LoadedOffset);
642 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1));
    [all...]

Completed in 66 milliseconds