Searched refs:SourceManager (Results 1 - 25 of 246) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DScratchBuffer.h19 class SourceManager;
25 SourceManager &SourceMgr;
30 ScratchBuffer(SourceManager &SM);
H A DLexer.h38 class SourceManager;
153 const SourceManager &SM, const LangOptions &LangOpts);
303 const SourceManager &SourceMgr,
313 const SourceManager &SourceMgr,
327 const SourceManager &SM,
336 const SourceManager &SM,
342 const SourceManager &SM,
350 const SourceManager &SM,
357 const SourceManager &SM,
365 const SourceManager
[all...]
H A DPPConditionalDirectiveRecord.h26 SourceManager &SourceMgr;
42 SourceManager &SM;
44 explicit Comp(SourceManager &SM) : SM(SM) {}
66 explicit PPConditionalDirectiveRecord(SourceManager &SM);
70 SourceManager &getSourceManager() const { return SourceMgr; }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h27 SourceManager &SM;
31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg)
H A DSanitizerBlacklist.h20 #include "clang/Basic/SourceManager.h"
28 SourceManager &SM;
32 SourceManager &SM);
H A DXRayLists.h17 #include "clang/Basic/SourceManager.h"
29 SourceManager &SM;
34 ArrayRef<std::string> AttrListPaths, SourceManager &SM);
H A DSourceLocation.h33 class SourceManager;
35 /// An opaque identifier used by SourceManager which refers to a
60 friend class SourceManager;
71 /// Encodes a location in the source. The SourceManager can decode this
89 friend class SourceManager;
178 void print(raw_ostream &OS, const SourceManager &SM) const;
179 std::string printToString(const SourceManager &SM) const;
180 void dump(const SourceManager &SM) const;
192 // Otherwise use SourceManager::isBeforeInTranslationUnit().
238 void print(raw_ostream &OS, const SourceManager
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DIssueHash.h15 class SourceManager;
37 llvm::SmallString<32> GetIssueHash(const SourceManager &SM,
45 std::string GetIssueString(const SourceManager &SM, FullSourceLoc &IssueLoc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DSourceExtraction.h17 class SourceManager;
36 const SourceManager &SM,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h1 //===-- SourceManager.h -----------------------------------------*- C++ -*-===//
31 class SourceManager { class in namespace:lldb_private
34 friend bool operator==(const SourceManager::File &lhs,
35 const SourceManager::File &rhs);
114 SourceManager(const lldb::DebuggerSP &debugger_sp);
115 SourceManager(const lldb::TargetSP &target_sp);
117 ~SourceManager();
158 DISALLOW_COPY_AND_ASSIGN(SourceManager);
161 bool operator==(const SourceManager::File &lhs, const SourceManager
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.h17 #include "clang/Basic/SourceManager.h"
27 AffectedRangeManager(const SourceManager &SourceMgr,
58 const SourceManager &SourceMgr;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h14 #include "clang/Basic/SourceManager.h"
45 RawComment(const SourceManager &SourceMgr, SourceRange SR,
96 StringRef getRawText(const SourceManager &SourceMgr) const {
137 std::string getFormattedText(const SourceManager &SourceMgr,
169 StringRef getRawTextSlow(const SourceManager &SourceMgr) const;
179 const SourceManager &SM;
182 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { }
197 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {}
213 SourceManager &SourceMgr;
H A DASTDumper.h27 const SourceManager *SM)
31 const SourceManager *SM, bool ShowColors)
34 const SourceManager *SM, bool ShowColors,
H A DCommentParser.h23 class SourceManager;
43 const SourceManager &SourceMgr;
89 const SourceManager &SourceMgr, DiagnosticsEngine &Diags,
H A DPrettyDeclStackTrace.h25 class SourceManager;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp1 //===-- SourceManager.cpp ---------------------------------------*- C++ -*-===//
9 #include "lldb/Core/SourceManager.h"
52 // SourceManager constructor
53 SourceManager::SourceManager(const TargetSP &target_sp) function in class:SourceManager
58 SourceManager::SourceManager(const DebuggerSP &debugger_sp) function in class:SourceManager
63 SourceManager::~SourceManager() {}
65 SourceManager
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h26 class SourceManager;
86 SourceManager &SM;
91 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM,
95 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DUSRGeneration.h21 class SourceManager;
71 const SourceManager &SM, SmallVectorImpl<char> &Buf);
73 const SourceManager &SM, SmallVectorImpl<char> &Buf);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h13 #include "clang/Basic/SourceManager.h"
29 /// - SourceManager: a reference to a valid source manager.
35 RefactoringRuleContext(const SourceManager &SM) : SM(SM) {}
37 const SourceManager &getSources() const { return SM; }
72 const SourceManager &SM;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h33 #include "clang/Basic/SourceManager.h"
55 FileRange(const SourceManager &SM, SourceLocation BeginLoc, unsigned Length);
58 FileRange(const SourceManager &SM, SourceLocation BeginLoc,
79 llvm::StringRef text(const SourceManager &SM) const;
83 CharSourceRange toCharRange(const SourceManager &SM) const;
124 llvm::StringRef text(const SourceManager &SM) const;
128 FileRange range(const SourceManager &SM) const;
134 static FileRange range(const SourceManager &SM, const syntax::Token &First,
137 std::string dumpForTests(const SourceManager &SM) const;
178 TokenBuffer(const SourceManager
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp43 llvm::errs() << "note: skipping match at loc ", *Result.SourceManager);
50 AtomicChange AC(*Result.SourceManager,
53 if (auto Err = AC.replace(*Result.SourceManager, T.Range, T.Replacement)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1 //===- SourceManager.cpp - Track and cache source files -------------------===//
9 // This file implements the SourceManager interface.
13 #include "clang/Basic/SourceManager.h"
49 // SourceManager Helper Classes
303 unsigned SourceManager::getLineTableFilenameID(StringRef Name) {
310 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
338 LineTableInfo &SourceManager::getLineTable() {
348 SourceManager::SourceManager(DiagnosticsEngine &Diag, FileManager &FileMgr, function in class:SourceManager
355 SourceManager
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h23 class SourceManager;
46 SourceLocation getFileLocation(SourceManager &SM) const;
47 CharSourceRange getFileRange(SourceManager &SM) const;
48 CharSourceRange getInsertFromRange(SourceManager &SM) const;
52 const SourceManager &SourceMgr;
64 Commit(const SourceManager &SM, const LangOptions &LangOpts,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h26 class SourceManager;
92 void dumpBlockLiveness(const SourceManager &M);
96 void dumpStmtLiveness(const SourceManager &M);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp13 #include "clang/Basic/SourceManager.h"
21 bool isSemicolonAtLocation(SourceLocation TokenLoc, const SourceManager &SM,
61 const SourceManager &SM) {
73 const SourceManager &SM,

Completed in 295 milliseconds

12345678910