Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h544 static StringRef getIndentationForLine(SourceLocation Loc,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1064 StringRef Lexer::getIndentationForLine(SourceLocation Loc, in getIndentationForLine() function in Lexer
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp8197 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability()