Home
last modified time | relevance | path

Searched refs:UserLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp86 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
87 if (UserLoc.isInvalid()) in FileChanged()
116 SmallString<512> Filename(UserLoc.getFilename()); in FileChanged()
DPrintPreprocessedOutput.cpp257 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() local
258 if (UserLoc.isInvalid()) in FileChanged()
261 unsigned NewLine = UserLoc.getLine(); in FileChanged()
264 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
279 CurFilename += UserLoc.getFilename(); in FileChanged()