Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp192 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
193 if (UserLoc.isInvalid()) in FileChanged()
237 UserLoc.getFilename() != StringRef("<command line>")) { in FileChanged()
238 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()
300 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
301 if (UserLoc.isInvalid()) in FileChanged()
305 UserLoc.getFilename() != StringRef("<command line>")) in FileChanged()
306 IncludedHeaders.push_back(UserLoc.getFilename()); 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()