Home
last modified time | relevance | path

Searched refs:getLocForEndOfFile (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp616 : SourceMgr.getLocForEndOfFile(ID); in handleCSharpVerbatimAndInterpolatedStrings()
683 : SourceMgr.getLocForEndOfFile(ID); in handleTemplateStrings()
704 : SourceMgr.getLocForEndOfFile(ID); in tryParsePythonComment()
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp262 End = Sources.getLocForEndOfFile(ID); in fillRanges()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp531 SM.getFileOffset(SM.getLocForEndOfFile(FileId)), LocalEOL, in Process()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp478 if (EomLoc == getSourceManager().getLocForEndOfFile(File)) { in ActOnModuleEnd()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp270 SourceLocation ExpectedHeadersLoc = SourceMgr.getLocForEndOfFile(File); in diagnoseMissingHeaderInUmbrellaDir()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp371 R.InsertTextAfter(SMgr.getLocForEndOfFile(FileIDs[0]), os.str()); in GenerateHTML()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp719 Drain ? SM.getLocForEndOfFile(*Drain) in discard()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1126 SourceLocation getLocForEndOfFile(FileID FID) const { in getLocForEndOfFile() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp245 return SM.getLocForEndOfFile(SM.getFileID(Loc)); in getEndOfFileOrMacro()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2559 return SourceMgr->getLocForEndOfFile(FID); in getEndOfPreambleFileID()