Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp120 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
121 if (UserLoc.isInvalid()) in FileChanged()
162 UserLoc.getFilename() != StringRef("<command line>")) { in FileChanged()
163 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()
DPrintPreprocessedOutput.cpp256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() local
257 if (UserLoc.isInvalid()) in FileChanged()
260 unsigned NewLine = UserLoc.getLine(); in FileChanged()
263 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
278 CurFilename += UserLoc.getFilename(); in FileChanged()
/external/llvm-project/clang/lib/Frontend/
DHeaderIncludeGen.cpp134 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() local
135 if (UserLoc.isInvalid()) in FileChanged()
179 UserLoc.getFilename() != StringRef("<command line>")) { in FileChanged()
180 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()
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()