Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp268 (Twine("\n") + Lexer::getIndentationForLine(WholeDecl->getBeginLoc(), in check()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h595 static StringRef getIndentationForLine(SourceLocation Loc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp814 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1093 StringRef Lexer::getIndentationForLine(SourceLocation Loc, in getIndentationForLine() function in Lexer