HomeSort by relevance Sort by last modified time
    Searched refs:SourceManager (Results 1 - 25 of 223) 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/StaticAnalyzer/Core/
IssueHash.h 16 class SourceManager;
38 llvm::SmallString<32> GetIssueHash(const SourceManager &SM,
46 std::string GetIssueString(const SourceManager &SM, FullSourceLoc &IssueLoc,
  /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/clang/tools/libclang/
CXSourceLocation.h 24 class SourceManager;
30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts,
54 CXSourceRange translateSourceRange(const SourceManager &SM,
CIndexInclusionStack.cpp 24 static void getInclusions(const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const, unsigned n,
29 SourceManager &SM = CXXUnit->getSourceManager();
81 SourceManager &SM = cxtu::getASTUnit(TU)->getSourceManager();
90 getInclusions(&SourceManager::getLoadedSLocEntry,
98 getInclusions(&SourceManager::getLocalSLocEntry, n, TU, CB, clientData);
  /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;
56 const SourceManager &SM, SmallVectorImpl<char> &Buf);
  /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;
90 const SourceManager &SourceMgr, DiagnosticsEngine &Diags,
  /external/clang/lib/Format/
TokenAnalyzer.h 29 #include "clang/Basic/SourceManager.h"
41 Environment(SourceManager &SM, FileID ID, ArrayRef<CharSourceRange> Ranges)
45 std::unique_ptr<SourceManager> VirtualSM,
64 const SourceManager &getSourceManager() const { return SM; }
70 SourceManager &SM;
76 std::unique_ptr<SourceManager> VirtualSM;
97 // Stores Style, FileID and SourceManager etc.
AffectedRangeManager.h 18 #include "clang/Basic/SourceManager.h"
28 AffectedRangeManager(const SourceManager &SourceMgr,
60 const SourceManager &SourceMgr;
WhitespaceManager.h 20 #include "clang/Basic/SourceManager.h"
40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style,
90 IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {}
94 const SourceManager &SourceMgr;
206 const SourceManager &SourceMgr;
  /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;
89 SourceManager &SM;
94 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM,
98 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM,
  /external/v8/tools/clang/pass_to_move/
PassToMove.cpp 14 #include "clang/Basic/SourceManager.h"
52 replacements_->emplace(*result.SourceManager,
53 result.SourceManager->getSpellingLoc(
61 replacements_->emplace(*result.SourceManager,
63 result.SourceManager->getSpellingLoc(
65 result.SourceManager->getSpellingLoc(
  /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) {
289 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
307 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
351 LineTableInfo &SourceManager::getLineTable() {
361 SourceManager::SourceManager(DiagnosticsEngine &Diag, FileManager &FileMgr
    [all...]
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 17 #include "clang/Basic/SourceManager.h"
35 CollectDeclRefExprVisitor(clang::SourceManager* source_manager,
141 clang::SourceManager* const source_manager_;
168 result.SourceManager->getExpansionLoc(argExpr->getLocStart()));
169 replacements_->emplace(*result.SourceManager, pre_arg_range, "");
173 replacements_->emplace(*result.SourceManager, post_arg_range, "");
187 replacements_->emplace(*result.SourceManager, call_range, "AppendBoolean");
203 replacements_->emplace(*result.SourceManager, call_range, "AppendInteger");
219 replacements_->emplace(*result.SourceManager, call_range, "AppendDouble");
235 replacements_->emplace(*result.SourceManager, call_range, "AppendString")
    [all...]
  /external/clang/include/clang/Tooling/Core/
Replacement.h 13 // SourceManager independent form, duplicate changes need to be removed, and
37 /// \brief A source range independent of the \c SourceManager.
75 /// Represents a SourceManager independent replacement of a range of text in a
85 /// \param FilePath A source file accessible via a SourceManager.
93 Replacement(const SourceManager &Sources, SourceLocation Start,
97 Replacement(const SourceManager &Sources, const CharSourceRange &Range,
103 Replacement(const SourceManager &Sources, const Node &NodeToReplace,
127 void setFromSourceLocation(const SourceManager &Sources,
130 void setFromSourceRange(const SourceManager &Sources,
243 Replacement::Replacement(const SourceManager &Sources
    [all...]
  /external/clang/include/clang/Edit/
EditedSource.h 30 const SourceManager &SourceMgr;
53 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
58 const SourceManager &getSourceManager() const { return SourceMgr; }

Completed in 2673 milliseconds

1 2 3 4 5 6 7 8 9