OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SourceMgr
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
ScratchBuffer.h
25
SourceManager &
SourceMgr
;
PPConditionalDirectiveRecord.h
26
SourceManager &
SourceMgr
;
70
SourceManager &getSourceManager() const { return
SourceMgr
; }
ModuleMap.h
76
SourceManager &
SourceMgr
;
383
/// \param
SourceMgr
The source manager used to find module files and headers.
392
ModuleMap(SourceManager &
SourceMgr
, DiagnosticsEngine &Diags,
PreprocessingRecord.h
309
SourceManager &
SourceMgr
;
412
SourceManager &getSourceManager() const { return
SourceMgr
; }
/src/external/apache2/llvm/dist/clang/lib/Format/
AffectedRangeManager.h
27
AffectedRangeManager(const SourceManager &
SourceMgr
,
29
:
SourceMgr
(
SourceMgr
), Ranges(Ranges.begin(), Ranges.end()) {}
58
const SourceManager &
SourceMgr
;
Macros.h
107
clang::SourceManager &
SourceMgr
, const FormatStyle &Style,
130
clang::SourceManager &
SourceMgr
;
UnwrappedLineFormatter.h
34
const SourceManager &
SourceMgr
,
37
Keywords(Keywords),
SourceMgr
(
SourceMgr
), Status(Status) {}
69
const SourceManager &
SourceMgr
;
FormatTokenLexer.h
40
FormatTokenLexer(const SourceManager &
SourceMgr
, FileID ID, unsigned Column,
104
const SourceManager &
SourceMgr
;
UsingDeclarationsSorter.cpp
116
const SourceManager &
SourceMgr
, tooling::Replacements *Fixes) {
145
auto Err = Fixes->add(tooling::Replacement(
SourceMgr
, Range, ""));
159
StringRef Text(
SourceMgr
.getCharacterData(SortedBegin),
160
SourceMgr
.getCharacterData(SortedEnd) -
161
SourceMgr
.getCharacterData(SortedBegin));
163
StringRef OldText(
SourceMgr
.getCharacterData(Begin),
164
SourceMgr
.getCharacterData(End) -
165
SourceMgr
.getCharacterData(Begin));
169
auto Err = Fixes->add(tooling::Replacement(
SourceMgr
, Range, Text));
187
const SourceManager &
SourceMgr
= Env.getSourceManager()
[
all
...]
WhitespaceManager.h
40
WhitespaceManager(const SourceManager &
SourceMgr
, const FormatStyle &Style,
42
:
SourceMgr
(
SourceMgr
), Style(Style), UseCRLF(UseCRLF) {}
93
IsBeforeInFile(const SourceManager &
SourceMgr
) :
SourceMgr
(
SourceMgr
) {}
97
const SourceManager &
SourceMgr
;
226
const SourceManager &
SourceMgr
;
ContinuationIndenter.h
56
const SourceManager &
SourceMgr
,
193
const SourceManager &
SourceMgr
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentParser.h
43
const SourceManager &
SourceMgr
;
89
const SourceManager &
SourceMgr
, DiagnosticsEngine &Diags,
CommentSema.h
26
class
SourceMgr
;
40
const SourceManager &
SourceMgr
;
72
Sema(llvm::BumpPtrAllocator &Allocator, const SourceManager &
SourceMgr
,
RawCommentList.h
47
RawComment(const SourceManager &
SourceMgr
, SourceRange SR,
98
StringRef getRawText(const SourceManager &
SourceMgr
) const {
102
RawText = getRawTextSlow(
SourceMgr
);
139
std::string getFormattedText(const SourceManager &
SourceMgr
,
171
StringRef getRawTextSlow(const SourceManager &
SourceMgr
) const;
182
RawCommentList(SourceManager &
SourceMgr
) :
SourceMgr
(
SourceMgr
) {}
198
SourceManager &
SourceMgr
;
/src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
SourceMgr.h
1
//===---------------------
SourceMgr
.h --------------------------*- C++ -*-===//
9
/// This file implements class
SourceMgr
. Class
SourceMgr
abstracts the input
28
class
SourceMgr
{
36
SourceMgr
(ArrayRef<UniqueInst> S, unsigned Iter)
/src/external/apache2/llvm/dist/clang/include/clang/Edit/
EditedSource.h
36
const SourceManager &
SourceMgr
;
75
:
SourceMgr
(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {}
77
const SourceManager &getSourceManager() const { return
SourceMgr
; }
Commit.h
52
const SourceManager &
SourceMgr
;
66
:
SourceMgr
(SM), LangOpts(LangOpts), PPRec(PPRec) {}
/src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
Rewriter.h
33
SourceManager *
SourceMgr
= nullptr;
70
:
SourceMgr
(&SM), LangOpts(&LO) {}
73
SourceMgr
= &SM;
77
SourceManager &getSourceMgr() const { return *
SourceMgr
; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.h
54
SourceManager &
SourceMgr
;
61
CoverageSourceInfo(SourceManager &
SourceMgr
) :
SourceMgr
(
SourceMgr
) {}
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
RenamingAction.cpp
207
const SourceManager &
SourceMgr
= Context.getSourceManager();
214
SourceMgr
);
215
errs() << "clang-rename: renamed at: " <<
SourceMgr
.getFilename(FullLoc)
224
createRenameReplacements(Occurrences,
SourceMgr
, NewNameRef);
USRFindingAction.cpp
237
bool FindSymbol(ASTContext &Context, const SourceManager &
SourceMgr
,
240
const FileID MainFileID =
SourceMgr
.getMainFileID();
242
if (SymbolOffset >=
SourceMgr
.getFileIDSize(MainFileID)) {
248
<<
SourceMgr
.getFileEntryForID(MainFileID)->getName() << SymbolOffset;
252
const SourceLocation Point =
SourceMgr
.getLocForStartOfFile(MainFileID)
260
FullSourceLoc FullLoc(Point,
SourceMgr
);
290
const SourceManager &
SourceMgr
= Context.getSourceManager();
292
if (!FindSymbol(Context,
SourceMgr
, Offset, ""))
296
if (!FindSymbol(Context,
SourceMgr
, 0, QualifiedName))
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tokens.h
178
TokenBuffer(const SourceManager &
SourceMgr
) :
SourceMgr
(&
SourceMgr
) {}
311
const SourceManager &sourceManager() const { return *
SourceMgr
; }
380
const SourceManager *
SourceMgr
;
Tree.h
43
Arena(SourceManager &
SourceMgr
, const LangOptions &LangOpts,
46
const SourceManager &getSourceManager() const { return
SourceMgr
; }
61
SourceManager &
SourceMgr
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h
1
//===-
SourceMgr
.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
9
// This file declares the SMDiagnostic and
SourceMgr
classes. This
31
class
SourceMgr
{
96
SourceMgr
() = default;
97
SourceMgr
(const
SourceMgr
&) = delete;
98
SourceMgr
&operator=(const
SourceMgr
&) = delete;
99
SourceMgr
(
SourceMgr
&&) = default
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp
821
SourceManager &
SourceMgr
= PP.getSourceManager();
822
FileID LocFileID =
SourceMgr
.getFileID(ResultTokLoc);
826
=
SourceMgr
.getBufferData(LocFileID, &Invalid).data();
832
Lexer TL(
SourceMgr
.getLocForStartOfFile(LocFileID),
Completed in 68 milliseconds
1
2
Indexes created Thu Aug 06 00:25:04 UTC 2026