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 120 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
121 if (UserLoc.isInvalid())
162 UserLoc.getFilename() != StringRef("<command line>")) {
163 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth,
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 1253 milliseconds