Searched refs:getSpellingColumnNumber (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp222 unsigned FullSourceLoc::getSpellingColumnNumber(bool *Invalid) const { function in class:FullSourceLoc
224 return SrcMgr->getSpellingColumnNumber(*this, Invalid);
H A DSourceManager.cpp1206 unsigned SourceManager::getSpellingColumnNumber(SourceLocation Loc, function in class:SourceManager
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp211 unsigned start = SM.getSpellingColumnNumber(token.getLocation(), &invalid);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp216 << FullLoc.getSpellingColumnNumber() << "\n";
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp245 unsigned start = SM.getSpellingColumnNumber(token.getLocation(), &invalid);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h398 unsigned getSpellingColumnNumber(bool *Invalid = nullptr) const;
H A DSourceManager.h1396 unsigned getSpellingColumnNumber(SourceLocation Loc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp397 SourceMgr.getSpellingColumnNumber(Tok.getLocation(), &LocInvalid);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp647 unsigned CommentColumn = SourceMgr.getSpellingColumnNumber(
653 unsigned NextColumn = SourceMgr.getSpellingColumnNumber(
H A DContinuationIndenter.cpp519 SourceMgr.getSpellingColumnNumber(Current.WhitespaceRange.getEnd());
526 SourceMgr.getSpellingColumnNumber(Current.WhitespaceRange.getBegin());
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp129 OS << SM.getSpellingColumnNumber(Hint.RemoveRange.getBegin())
130 << "-" << SM.getSpellingColumnNumber(Hint.RemoveRange.getEnd())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp112 ColumnStart = SM.getSpellingColumnNumber(LocStart);
114 ColumnEnd = SM.getSpellingColumnNumber(LocEnd);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1223 unsigned ColNo = SM.getSpellingColumnNumber(Loc);

Completed in 294 milliseconds