Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp267 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() local
268 if (UserLoc.isInvalid()) in FileChanged()
271 unsigned NewLine = UserLoc.getLine(); in FileChanged()
274 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
289 CurFilename += UserLoc.getFilename(); in FileChanged()