Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp134 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
135 if (UserLoc.isInvalid()) in FileChanged()
176 UserLoc.getFilename() != StringRef("<command line>")) { in FileChanged()
177 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()
H A DPrintPreprocessedOutput.cpp266 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() local
267 if (UserLoc.isInvalid()) in FileChanged()
270 unsigned NewLine = UserLoc.getLine(); in FileChanged()
273 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
288 CurFilename += UserLoc.getFilename(); in FileChanged()