Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DSourceMgr.h29 struct SourceMgr { struct
53 virtual ~SourceMgr() {} in ~SourceMgr() argument
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp107 static void replaceToken(const SourceManager &SourceMgr, in replaceToken()
119 static void removeToken(const SourceManager &SourceMgr, in removeToken()
127 static void insertQualifierAfter(const SourceManager &SourceMgr, in insertQualifierAfter()
142 static void insertQualifierBefore(const SourceManager &SourceMgr, in insertQualifierBefore()
167 static void rotateTokens(const SourceManager &SourceMgr, in rotateTokens()
208 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeRight()
313 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeLeft()
438 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DAffectedRangeManager.h27 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager()
58 const SourceManager &SourceMgr; variable
H A DUnwrappedLineFormatter.h34 const SourceManager &SourceMgr, in UnwrappedLineFormatter()
70 const SourceManager &SourceMgr; variable
H A DNamespaceEndCommentsFixer.cpp221 const SourceManager &SourceMgr, in addEndComment()
233 const SourceManager &SourceMgr, in updateEndComment()
284 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DUsingDeclarationsSorter.cpp139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock()
215 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DWhitespaceManager.h42 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
350 const SourceManager &SourceMgr; variable
H A DFormatTokenLexer.h115 const SourceManager &SourceMgr; variable
/openbsd-src/gnu/llvm/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()
197 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
H A DCommentParser.h43 const SourceManager &SourceMgr; variable
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DEditedSource.h36 const SourceManager &SourceMgr; variable
75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DParser.h22 class SourceMgr; variable
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DScratchBuffer.h25 SourceManager &SourceMgr; variable
H A DPPConditionalDirectiveRecord.h26 SourceManager &SourceMgr; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A DDisassembler.h24 class SourceMgr; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.h68 SourceManager &SourceMgr; variable
75 CoverageSourceInfo(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in CoverageSourceInfo()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp110 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment()
360 std::string RawComment::getFormattedText(const SourceManager &SourceMgr, in getFormattedText()
378 RawComment::getFormattedLines(const SourceManager &SourceMgr, in getFormattedLines()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A DDisassembler.h24 class SourceMgr; variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp235 bool FindSymbol(ASTContext &Context, const SourceManager &SourceMgr, in FindSymbol()
288 const SourceManager &SourceMgr = Context.getSourceManager(); in HandleTranslationUnit() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp858 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, in PrintUnexpected()
887 SourceManager &SourceMgr, in PrintExpected()
933 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists()
983 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckResults()
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLLexer.h25 class SourceMgr; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp37 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()

123