Home
last modified time | relevance | path

Searched refs:getSpellingColumnNumber (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp213 unsigned start = SM.getSpellingColumnNumber(token.getLocation(), &invalid); in Highlight()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp217 << FullLoc.getSpellingColumnNumber() << "\n"; in HandleOneRename()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h409 unsigned getSpellingColumnNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1427 unsigned getSpellingColumnNumber(SourceLocation Loc,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp292 unsigned start = SM.getSpellingColumnNumber(token.getLocation(), &invalid); in TokenVerifier()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1229 SM.getSpellingColumnNumber(T.getLocation(), &Invalid) - 1; in highlightLines()
1244 unsigned EndCol = SM.getSpellingColumnNumber(T.getEndLoc(), &Invalid) - 1; in highlightLines()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1147 SourceMgr.getSpellingColumnNumber(C.OriginalWhitespaceRange.getEnd()); in alignTrailingComments()
1152 const auto NextColumn = SourceMgr.getSpellingColumnNumber( in alignTrailingComments()
H A DContinuationIndenter.cpp648 SourceMgr.getSpellingColumnNumber(Current.WhitespaceRange.getEnd()); in addTokenToState()
655 SourceMgr.getSpellingColumnNumber(Current.WhitespaceRange.getBegin()); in addTokenToState()
H A DFormat.cpp2608 Env.getSourceManager().getSpellingColumnNumber(Start); in insertTrailingCommas()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp234 ColumnStart = SM.getSpellingColumnNumber(LocStart); in SpellingRegion()
236 ColumnEnd = SM.getSpellingColumnNumber(LocEnd); in SpellingRegion()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1189 unsigned SourceManager::getSpellingColumnNumber(SourceLocation Loc, in getSpellingColumnNumber() function in SourceManager
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1427 unsigned ColNo = SM.getSpellingColumnNumber(Loc); in getVisualIndentation()