Home
last modified time | relevance | path

Searched defs:SourceMgr (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h29 struct SourceMgr { struct
53 virtual ~SourceMgr() {} in ~SourceMgr() argument
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.h27 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager()
58 const SourceManager &SourceMgr; variable
H A DQualifierAlignmentFixer.cpp54 static void replaceToken(const SourceManager &SourceMgr, in replaceToken()
66 static void removeToken(const SourceManager &SourceMgr, in removeToken()
74 static void insertQualifierAfter(const SourceManager &SourceMgr, in insertQualifierAfter()
87 static void insertQualifierBefore(const SourceManager &SourceMgr, in insertQualifierBefore()
112 static void rotateTokens(const SourceManager &SourceMgr, in rotateTokens()
179 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeRight()
379 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeLeft()
566 const SourceManager &SourceMgr = Env.getSourceManager(); in fixQualifierAlignment() local
H A DUnwrappedLineFormatter.h32 const SourceManager &SourceMgr, in UnwrappedLineFormatter()
68 const SourceManager &SourceMgr; variable
H A DObjCPropertyAttributeOrderFixer.cpp36 const SourceManager &SourceMgr, tooling::Replacements &Fixes, in sortPropertyAttributes()
154 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeObjCPropertyDecl()
183 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DUsingDeclarationsSorter.cpp139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock()
214 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DWhitespaceManager.h37 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
363 const SourceManager &SourceMgr; variable
H A DFormatTokenLexer.h122 const SourceManager &SourceMgr; variable
H A DMacros.h127 SourceManager &SourceMgr; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h26 class SourceMgr; variable
40 const SourceManager &SourceMgr; variable
H A DRawCommentList.h98 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText()
118 bool hasUnsupportedSplice(const SourceManager &SourceMgr) const { in hasUnsupportedSplice()
214 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
H A DCommentParser.h43 const SourceManager &SourceMgr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h36 const SourceManager &SourceMgr; variable
75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr() function
H A DCommit.h66 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec) {} in SourceMgr() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DParser.h22 class SourceMgr; global() variable
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DScratchBuffer.h25 SourceManager &SourceMgr; variable
H A DPPConditionalDirectiveRecord.h26 SourceManager &SourceMgr; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.h24 class SourceMgr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h176 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} in TokenBuffer()
378 const SourceManager *SourceMgr; variable
H A DTokenBufferTokenManager.h23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h73 SourceManager &SourceMgr; variable
80 CoverageSourceInfo(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in CoverageSourceInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp108 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment()
357 std::string RawComment::getFormattedText(const SourceManager &SourceMgr, in getFormattedText()
375 RawComment::getFormattedLines(const SourceManager &SourceMgr, in getFormattedLines()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp228 bool FindSymbol(ASTContext &Context, const SourceManager &SourceMgr, in FindSymbol()
282 const SourceManager &SourceMgr = Context.getSourceManager(); in HandleTranslationUnit() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp37 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp877 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, in PrintUnexpected()
909 SourceManager &SourceMgr, in PrintExpected()
961 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists()
1011 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckResults()

123