HomeSort by relevance Sort by last modified time
    Searched refs:SourceManager (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/include/clang/Lex/
ScratchBuffer.h 20 class SourceManager;
26 SourceManager &SourceMgr;
31 ScratchBuffer(SourceManager &SM);
PPConditionalDirectiveRecord.h 27 SourceManager &SourceMgr;
43 SourceManager &SM;
45 explicit Comp(SourceManager &SM) : SM(SM) {}
67 explicit PPConditionalDirectiveRecord(SourceManager &SM);
71 SourceManager &getSourceManager() const { return SourceMgr; }
Lexer.h 25 class SourceManager;
115 const SourceManager &SM, const LangOptions &LangOpts);
249 const SourceManager &SourceMgr,
259 const SourceManager &SourceMgr,
273 const SourceManager &SourceMgr,
282 const SourceManager &SM,
288 const SourceManager &SM,
296 const SourceManager &SM,
304 const SourceManager &SM,
323 const SourceManager &SM
    [all...]
  /external/clang/include/clang/Basic/
PrettyStackTrace.h 28 SourceManager &SM;
32 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg)
SanitizerBlacklist.h 19 #include "clang/Basic/SourceManager.h"
28 SourceManager &SM;
32 SourceManager &SM);
  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 29 class SourceManager;
79 const SourceManager *SM,
85 const SourceManager &SM) = 0;
91 const SourceManager &SM) = 0;
94 const SourceManager &SM) = 0;
97 const SourceManager &SM) = 0;
100 const SourceManager &SM) = 0;
111 DiagnosticsEngine::Level Level, const SourceManager &SM);
112 void emitIncludeStackRecursively(SourceLocation Loc, const SourceManager &SM);
113 void emitImportStack(SourceLocation Loc, const SourceManager &SM)
    [all...]
TextDiagnostic.h 82 const SourceManager *SM,
88 const SourceManager &SM) override;
94 const SourceManager &SM) override {
99 const SourceManager &SM) override;
103 const SourceManager &SM) override;
107 const SourceManager &SM) override;
113 const SourceManager &SM);
117 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
  /external/lldb/include/lldb/Core/
SourceManager.h 1 //===-- SourceManager.h -----------------------------------------*- C++ -*-===//
25 class SourceManager
32 friend bool operator== (const SourceManager::File &lhs, const SourceManager::File &rhs);
116 SourceManager (const lldb::DebuggerSP &debugger_sp);
117 SourceManager (const lldb::TargetSP &target_sp);
119 ~SourceManager();
177 // Classes that inherit from SourceManager can see and modify these
188 // For SourceManager only
190 DISALLOW_COPY_AND_ASSIGN (SourceManager);
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.h 24 class SourceManager;
30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts,
54 CXSourceRange translateSourceRange(const SourceManager &SM,
CIndexInclusionStack.cpp 33 SourceManager &SM = CXXUnit->getSourceManager();
42 const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const;
44 Getter = &SourceManager::getLoadedSLocEntry;
47 Getter = &SourceManager::getLocalSLocEntry;
CXSourceLocation.cpp 32 // If the lowest bit is clear then the first ptr_data entry is a SourceManager
217 const SourceManager &SM =
218 *static_cast<const SourceManager*>(location.ptr_data[0]);
228 const SourceManager &SM =
229 *static_cast<const SourceManager*>(location.ptr_data[0]);
251 const SourceManager &SM =
252 *static_cast<const SourceManager*>(location.ptr_data[0]);
294 const SourceManager &SM =
295 *static_cast<const SourceManager *>(location.ptr_data[0]);
333 const SourceManager &SM
    [all...]
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 23 static Replacement replaceStmtWithText(SourceManager &Sources,
29 static Replacement replaceStmtWithStmt(SourceManager &Sources,
44 *Result.SourceManager,
59 *Result.SourceManager, *FromMatch, *ToMatch));
71 Replace.insert(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body));
75 Replace.insert(replaceStmtWithText(*Result.SourceManager, *Node, ""));
  /external/clang/include/clang/Index/
USRGeneration.h 19 class SourceManager;
55 bool generateUSRForMacro(const MacroDefinition *MD, const SourceManager &SM,
  /external/clang/include/clang/AST/
RawCommentList.h 14 #include "clang/Basic/SourceManager.h"
43 RawComment(const SourceManager &SourceMgr, SourceRange SR,
101 StringRef getRawText(const SourceManager &SourceMgr) const {
156 StringRef getRawTextSlow(const SourceManager &SourceMgr) const;
166 const SourceManager &SM;
169 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { }
184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {}
193 SourceManager &SourceMgr;
CommentParser.h 24 class SourceManager;
44 const SourceManager &SourceMgr;
94 const SourceManager &SourceMgr, DiagnosticsEngine &Diags,
  /external/lldb/source/Core/
SourceManager.cpp 1 //===-- SourceManager.cpp ---------------------------------------*- C++ -*-===//
12 #include "lldb/Core/SourceManager.h"
39 // SourceManager constructor
41 SourceManager::SourceManager(const TargetSP &target_sp) :
51 SourceManager::SourceManager(const DebuggerSP &debugger_sp) :
64 SourceManager::~SourceManager()
68 SourceManager::FileS
    [all...]
  /external/clang/include/clang/Tooling/Core/
Replacement.h 13 // SourceManager independent form, duplicate changes need to be removed, and
34 /// \brief A source range independent of the \c SourceManager.
67 /// Represents a SourceManager independent replacement of a range of text in a
77 /// \param FilePath A source file accessible via a SourceManager.
85 Replacement(const SourceManager &Sources, SourceLocation Start, unsigned Length,
89 Replacement(const SourceManager &Sources, const CharSourceRange &Range,
94 Replacement(const SourceManager &Sources, const Node &NodeToReplace,
117 void setFromSourceLocation(const SourceManager &Sources, SourceLocation Start,
119 void setFromSourceRange(const SourceManager &Sources,
219 Replacement::Replacement(const SourceManager &Sources
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp 90 SourceManager *src = reinterpret_cast<SourceManager*>(cinfo->src);
112 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src);
123 SourceManager *src = reinterpret_cast<SourceManager*>(cinfo->src);
158 LOGE("SourceManager already exists, cannot allocate!");
161 size_t size = sizeof(SourceManager);
166 LOGE("Could not allocate memory for SourceManager.");
171 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src)
    [all...]
  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 26 class SourceManager;
  /external/clang/lib/CodeGen/
CoverageMappingGen.h 29 class SourceManager;
87 SourceManager &SM;
92 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM,
96 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM,
  /external/clang/lib/Format/
WhitespaceManager.h 20 #include "clang/Basic/SourceManager.h"
40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style,
91 IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {}
95 const SourceManager &SourceMgr;
194 SourceManager &SourceMgr;
  /external/clang/lib/Basic/
SourceManager.cpp 1 //===--- SourceManager.cpp - Track and cache source files -----------------===//
10 // This file implements the SourceManager interface.
14 #include "clang/Basic/SourceManager.h"
35 // SourceManager Helper Classes
85 const SourceManager &SM,
281 unsigned SourceManager::getLineTableFilenameID(StringRef Name) {
291 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
311 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
356 LineTableInfo &SourceManager::getLineTable() {
366 SourceManager::SourceManager(DiagnosticsEngine &Diag, FileManager &FileMgr
    [all...]
  /external/clang/unittests/AST/
MatchVerifier.h 172 unsigned Line = Result.SourceManager->getSpellingLineNumber(Loc);
173 unsigned Column = Result.SourceManager->getSpellingColumnNumber(Loc);
179 Loc.print(Msg, *Result.SourceManager);
214 unsigned BeginLine = Result.SourceManager->getSpellingLineNumber(Begin);
215 unsigned BeginColumn = Result.SourceManager->getSpellingColumnNumber(Begin);
216 unsigned EndLine = Result.SourceManager->getSpellingLineNumber(End);
217 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End);
224 Begin.print(Msg, *Result.SourceManager);
226 End.print(Msg, *Result.SourceManager);
252 Node.dump(Dump, *Result.SourceManager);
    [all...]
  /external/clang/include/clang/Edit/
EditedSource.h 28 const SourceManager &SourceMgr;
47 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
52 const SourceManager &getSourceManager() const { return SourceMgr; }
  /external/clang/lib/Frontend/Rewrite/
RewriteTest.cpp 20 SourceManager &SM = PP.getSourceManager();

Completed in 2097 milliseconds

1 2 3 4 5 6 7 8 9