Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h599 static StringRef getIndentationForLine(SourceLocation Loc,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp938 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability()
/src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1158 StringRef Lexer::getIndentationForLine(SourceLocation Loc, in getIndentationForLine() function in Lexer