Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp137 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
138 if (UserLoc.isInvalid()) in FileChanged()
182 UserLoc.getFilename() != StringRef("<command line>")) { in FileChanged()
183 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()
H A DPrintPreprocessedOutput.cpp332 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() local
333 if (UserLoc.isInvalid()) in FileChanged()
336 unsigned NewLine = UserLoc.getLine(); in FileChanged()
339 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
354 CurFilename += UserLoc.getFilename(); in FileChanged()