Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h562 static StringRef getIndentationForLine(SourceLocation Loc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp828 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1074 StringRef Lexer::getIndentationForLine(SourceLocation Loc, in getIndentationForLine() function in Lexer