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

1 2 3 4 5 6 7 8

  /external/clang/include/clang/Lex/
ScratchBuffer.h 20 class SourceManager;
26 SourceManager &SourceMgr;
31 ScratchBuffer(SourceManager &SM);
Lexer.h 25 class SourceManager;
109 const SourceManager &SM, const LangOptions &LangOpts);
251 const SourceManager &SourceMgr,
261 const SourceManager &SourceMgr,
275 const SourceManager &SourceMgr,
284 const SourceManager &SM,
290 const SourceManager &SM,
297 const SourceManager &SM,
305 const SourceManager &SM,
324 const SourceManager &SM
    [all...]
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; }
  /external/clang/include/clang/Basic/
PrettyStackTrace.h 28 SourceManager &SM;
32 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg)
  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 29 class SourceManager;
79 const SourceManager *SM,
85 const SourceManager &SM) = 0;
93 const SourceManager &SM) = 0;
96 const SourceManager &SM) = 0;
99 const SourceManager &SM) = 0;
102 const SourceManager &SM) = 0;
112 DiagnosticsEngine::Level Level, const SourceManager &SM);
113 void emitIncludeStackRecursively(SourceLocation Loc, const SourceManager &SM);
114 void emitImportStack(SourceLocation Loc, const SourceManager &SM)
    [all...]
TextDiagnostic.h 83 const SourceManager *SM,
89 const SourceManager &SM);
95 const SourceManager &SM) {
102 const SourceManager &SM);
106 const SourceManager &SM);
110 const SourceManager &SM);
116 const SourceManager &SM);
120 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
  /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 29 SourceManager &SM = CXXUnit->getSourceManager();
38 const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const;
40 Getter = &SourceManager::getLoadedSLocEntry;
43 Getter = &SourceManager::getLocalSLocEntry;
  /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/AST/
RawCommentList.h 14 #include "clang/Basic/SourceManager.h"
43 RawComment(const SourceManager &SourceMgr, SourceRange SR,
101 StringRef getRawText(const SourceManager &SourceMgr) const {
114 unsigned getBeginLine(const SourceManager &SM) const;
115 unsigned getEndLine(const SourceManager &SM) const;
165 StringRef getRawTextSlow(const SourceManager &SourceMgr) const;
175 const SourceManager &SM;
178 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { }
194 RawCommentList(SourceManager &SourceMgr) :
204 SourceManager &SourceMgr
    [all...]
CommentParser.h 24 class SourceManager;
44 const SourceManager &SourceMgr;
96 const SourceManager &SourceMgr, DiagnosticsEngine &Diags,
PrettyPrinter.h 23 class SourceManager;
  /external/clang/include/clang/Tooling/
Refactoring.h 13 // SourceManager independent form, duplicate changes need to be removed, and
35 /// \brief A source range independent of the \c SourceManager.
70 /// Represents a SourceManager independent replacement of a range of text in a
80 /// \param FilePath A source file accessible via a SourceManager.
88 Replacement(SourceManager &Sources, SourceLocation Start, unsigned Length,
92 Replacement(SourceManager &Sources, const CharSourceRange &Range,
97 Replacement(SourceManager &Sources, const Node &NodeToReplace,
126 void setFromSourceLocation(SourceManager &Sources, SourceLocation Start,
128 void setFromSourceRange(SourceManager &Sources, const CharSourceRange &Range,
196 Replacement::Replacement(SourceManager &Sources, const Node &NodeToReplace
    [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...]
jpeg_hook.h 54 * SourceManager holds the libjpeg source manager struct and a
61 } SourceManager;
63 // Initializes the SourceManager struct, sets up the jni refs
  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 26 class SourceManager;
  /external/clang/lib/Format/
WhitespaceManager.h 20 #include "clang/Basic/SourceManager.h"
40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style)
79 IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {}
83 const SourceManager &SourceMgr;
162 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"
36 // SourceManager Helper Classes
87 const SourceManager &SM,
288 unsigned SourceManager::getLineTableFilenameID(StringRef Name) {
298 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
318 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
363 LineTableInfo &SourceManager::getLineTable() {
373 SourceManager::SourceManager(DiagnosticsEngine &Diag, FileManager &FileMgr
    [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/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp 12 #include "clang/Basic/SourceManager.h"
47 result.SourceManager->getSpellingLoc(type_location.getLocStart()),
48 result.SourceManager->getSpellingLoc(type_location.getLocEnd()));
53 range, *result.SourceManager, result.Context->getLangOpts());
61 Replacement(*result.SourceManager, range, replacement_text));
  /external/clang/lib/Rewrite/Frontend/
RewriteTest.cpp 20 SourceManager &SM = PP.getSourceManager();
  /external/clang/unittests/AST/
MatchVerifier.h 143 unsigned Line = Result.SourceManager->getSpellingLineNumber(Loc);
144 unsigned Column = Result.SourceManager->getSpellingColumnNumber(Loc);
150 Loc.print(Msg, *Result.SourceManager);
184 unsigned BeginLine = Result.SourceManager->getSpellingLineNumber(Begin);
185 unsigned BeginColumn = Result.SourceManager->getSpellingColumnNumber(Begin);
186 unsigned EndLine = Result.SourceManager->getSpellingLineNumber(End);
187 unsigned EndColumn = Result.SourceManager->getSpellingColumnNumber(End);
194 Begin.print(Msg, *Result.SourceManager);
196 End.print(Msg, *Result.SourceManager);
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 13 #include "clang/Basic/SourceManager.h"
31 /// refers to the SourceManager-owned buffer of the source where that macro
32 /// name is spelled. Thus, the result shouldn't out-live that SourceManager.
43 const SourceManager &SM,
93 const SourceManager &SM, const LangOptions &LangOpts,
128 const SourceManager *SM,
207 const SourceManager &SM) {
230 const SourceManager &SM) {
259 const SourceManager &SM) {
274 const SourceManager &SM)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 39 class SourceManager;
133 const SourceManager *SM;
137 PathDiagnosticLocation(SourceLocation L, const SourceManager &sm,
157 const SourceManager &sm,
170 PathDiagnosticLocation(const Decl *d, const SourceManager &sm)
181 PathDiagnosticLocation(SourceLocation loc, const SourceManager &sm)
189 const SourceManager &SM) {
195 const SourceManager &SM);
199 const SourceManager &SM,
207 const SourceManager &SM
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 28 class SourceManager;
94 void dumpBlockLiveness(const SourceManager& M);

Completed in 2986 milliseconds

1 2 3 4 5 6 7 8