Home
last modified time | relevance | path

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

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