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

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 84 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
85 if (UserLoc.isInvalid())
114 SmallString<512> Filename(UserLoc.getFilename());
PrintPreprocessedOutput.cpp 260 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
261 if (UserLoc.isInvalid())
264 unsigned NewLine = UserLoc.getLine();
267 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
282 CurFilename += UserLoc.getFilename();

Completed in 3865 milliseconds