Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h595 static StringRef getIndentationForLine(SourceLocation Loc,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp818 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1094 StringRef Lexer::getIndentationForLine(SourceLocation Loc, in getIndentationForLine() function in Lexer