Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DAffectedRangeManager.h27 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager()
58 const SourceManager &SourceMgr; variable
H A DUnwrappedLineFormatter.h34 const SourceManager &SourceMgr, in UnwrappedLineFormatter()
69 const SourceManager &SourceMgr; variable
H A DNamespaceEndCommentsFixer.cpp144 const SourceManager &SourceMgr, in addEndComment()
156 const SourceManager &SourceMgr, in updateEndComment()
203 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DWhitespaceManager.h40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
226 const SourceManager &SourceMgr; variable
H A DMacros.h130 clang::SourceManager &SourceMgr; variable
H A DUsingDeclarationsSorter.cpp116 const SourceManager &SourceMgr, tooling::Replacements *Fixes) { in endUsingDeclarationBlock()
187 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DFormatTokenLexer.h104 const SourceManager &SourceMgr; variable
/netbsd-src/external/apache2/llvm/dist/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()
182 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
H A DCommentParser.h43 const SourceManager &SourceMgr; variable
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DScratchBuffer.h25 SourceManager &SourceMgr; variable
H A DPPConditionalDirectiveRecord.h26 SourceManager &SourceMgr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A DDisassembler.h24 class SourceMgr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A DDisassembler.h24 class SourceMgr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.h54 SourceManager &SourceMgr; variable
61 CoverageSourceInfo(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in CoverageSourceInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTokens.h178 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} in TokenBuffer()
380 const SourceManager *SourceMgr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DSourceMgr.h36 SourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) in SourceMgr() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLLexer.h25 class SourceMgr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp237 bool FindSymbol(ASTContext &Context, const SourceManager &SourceMgr, in FindSymbol()
290 const SourceManager &SourceMgr = Context.getSourceManager(); in HandleTranslationUnit() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment()
359 std::string RawComment::getFormattedText(const SourceManager &SourceMgr, in getFormattedText()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp861 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, in PrintUnexpected()
890 SourceManager &SourceMgr, in PrintExpected()
936 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists()
986 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckResults()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp37 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriter.h33 SourceManager *SourceMgr = nullptr; variable

123