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 122 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
123 if (UserLoc.isInvalid())
151 PrintHeaderInfo(OutputFile, UserLoc.getFilename(),
PrintPreprocessedOutput.cpp 256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
257 if (UserLoc.isInvalid())
260 unsigned NewLine = UserLoc.getLine();
263 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
278 CurFilename += UserLoc.getFilename();

Completed in 51 milliseconds