Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h83 void HandleEmptyline(SourceRange Range) override;
H A DCoverageMappingGen.cpp78 void CoverageSourceInfo::HandleEmptyline(SourceRange Range) { in HandleEmptyline() function in CoverageSourceInfo
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2696 virtual void HandleEmptyline(SourceRange Range) = 0;
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2361 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1), in SkipWhitespace()