Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp211 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
212 if (UserLoc.isInvalid()) in FileChanged()
242 UserLoc.getFilename() != StringRef("<command line>")) { in FileChanged()
243 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()
305 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
306 if (UserLoc.isInvalid()) in FileChanged()
310 UserLoc.getFilename() != StringRef("<command line>")) in FileChanged()
311 IncludedHeaders.push_back(UserLoc.getFilename()); in FileChanged()
H A DPrintPreprocessedOutput.cpp353 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() local
354 if (UserLoc.isInvalid()) in FileChanged()
357 unsigned NewLine = UserLoc.getLine(); in FileChanged()
360 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
379 CurFilename += UserLoc.getFilename(); in FileChanged()