Home
last modified time | relevance | path

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

1234567

/external/llvm-project/clang/lib/Format/
DAffectedRangeManager.h27 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager()
58 const SourceManager &SourceMgr; variable
DUnwrappedLineFormatter.h34 const SourceManager &SourceMgr, in UnwrappedLineFormatter()
69 const SourceManager &SourceMgr; variable
DNamespaceEndCommentsFixer.cpp146 const SourceManager &SourceMgr, in addEndComment()
158 const SourceManager &SourceMgr, in updateEndComment()
205 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
DWhitespaceManager.h40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
226 const SourceManager &SourceMgr; variable
DMacros.h130 clang::SourceManager &SourceMgr; variable
DUsingDeclarationsSorter.cpp116 const SourceManager &SourceMgr, tooling::Replacements *Fixes) { in endUsingDeclarationBlock()
187 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
/external/clang/lib/Format/
DAffectedRangeManager.h28 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager()
60 const SourceManager &SourceMgr; variable
DWhitespaceManager.h40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
206 const SourceManager &SourceMgr; variable
/external/llvm-project/clang/include/clang/AST/
DCommentSema.h26 class SourceMgr; variable
40 const SourceManager &SourceMgr; variable
DRawCommentList.h98 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText()
182 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
/external/clang/include/clang/AST/
DCommentSema.h27 class SourceMgr; variable
41 const SourceManager &SourceMgr; variable
DRawCommentList.h101 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText()
184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
/external/clang/include/clang/Edit/
DEditedSource.h30 const SourceManager &SourceMgr; variable
55 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts), in SourceMgr() function
/external/llvm-project/clang/include/clang/Edit/
DEditedSource.h36 const SourceManager &SourceMgr; variable
75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr() function
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DUsingInserter.h42 const SourceManager &SourceMgr; variable
/external/llvm-project/clang/include/clang/Lex/
DScratchBuffer.h25 SourceManager &SourceMgr; variable
/external/clang/include/clang/Lex/
DScratchBuffer.h26 SourceManager &SourceMgr; variable
/external/llvm/tools/llvm-mc/
DDisassembler.h25 class SourceMgr; variable
/external/llvm-project/llvm/tools/llvm-ml/
DDisassembler.h24 class SourceMgr; variable
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTestBase.h49 IntrusiveRefCntPtr<SourceManager> SourceMgr = variable
/external/llvm-project/llvm/tools/llvm-mc/
DDisassembler.h24 class SourceMgr; variable
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.h54 SourceManager &SourceMgr; variable
61 CoverageSourceInfo(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in CoverageSourceInfo()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DConvertMemberFunctionsToStatic.cpp96 static StringRef getStringFromRange(SourceManager &SourceMgr, in getStringFromRange()
108 SourceManager &SourceMgr, in getLocationOfConst()
/external/llvm-project/mlir/include/mlir/
DTranslation.h19 class SourceMgr; variable
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTokens.h177 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} in TokenBuffer()
372 const SourceManager *SourceMgr; variable

1234567