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 81 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
82 if (UserLoc.isInvalid())
111 SmallString<512> Filename(UserLoc.getFilename());
PrintPreprocessedOutput.cpp 250 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
251 if (UserLoc.isInvalid())
254 unsigned NewLine = UserLoc.getLine();
257 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
271 CurFilename += UserLoc.getFilename();

Completed in 127 milliseconds