HomeSort by relevance Sort by last modified time
    Searched refs:SourceManager (Results 126 - 150 of 217) sorted by null

1 2 3 4 56 7 8 9

  /external/ImageMagick/coders/
jpeg.c 159 } SourceManager;
263 SourceManager
266 source=(SourceManager *) cinfo->src;
293 SourceManager
296 source=(SourceManager *) cinfo->src;
831 SourceManager
836 source=(SourceManager *) cinfo->src;
853 SourceManager
857 ((j_common_ptr) cinfo,JPOOL_IMAGE,sizeof(SourceManager));
858 source=(SourceManager *) cinfo->src
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 134 /// SourceManager.
193 SourceManager *SourceMgr;
380 SourceManager &getSourceManager() const {
381 assert(SourceMgr && "SourceManager not set!");
384 void setSourceManager(SourceManager *SrcMgr) { SourceMgr = SrcMgr; }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 153 SourceManager &getSourceManager() {
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 26 #include "clang/Basic/SourceManager.h"
45 SourceManager &SM = Ctx.getSourceManager();
TransProtectedScope.cpp 97 SourceManager &SM;
  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 19 #include "clang/Basic/SourceManager.h"
30 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr,
InclusionRewriter.cpp 16 #include "clang/Basic/SourceManager.h"
39 SourceManager &SM; ///< Used to read and manage source files.
580 SourceManager &SM = PP.getSourceManager();
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 234 const SourceManager &SM = C.getSourceManager();
UnreachableCodeChecker.cpp 19 #include "clang/Basic/SourceManager.h"
160 const SourceManager &SM = B.getSourceManager();
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 25 #include "clang/Basic/SourceManager.h"
426 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P,
554 static void CompactPathDiagnostic(PathPieces &path, const SourceManager& SM);
561 SourceManager& SMgr = PDB.getSourceManager();
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 41 SourceManager &SM = PP.getSourceManager();
TestVisitor.h 206 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) {
  /external/clang/include/clang/Lex/
Preprocessor.h 45 class SourceManager;
104 SourceManager &SourceMgr;
459 SourceManager &SourceMgr) const {
655 SourceManager &SM, HeaderSearch &Headers,
694 SourceManager &getSourceManager() const { return SourceMgr; }
    [all...]
HeaderSearch.h 252 SourceManager &SourceMgr, DiagnosticsEngine &Diags,
  /external/clang/lib/AST/
ASTDumper.cpp 28 #include "clang/Basic/SourceManager.h"
100 const SourceManager *SM;
205 const SourceManager *SM)
211 const SourceManager *SM, bool ShowColors)
619 // Can't translate locations if a SourceManager isn't available.
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 16 #include "clang/Basic/SourceManager.h"
94 void CompilerInstance::setSourceManager(SourceManager *Value) {
243 SourceMgr = new SourceManager(getDiagnostics(), FileMgr);
249 SourceManager &SourceMgr,
730 FileManager &FileMgr, SourceManager &SourceMgr, HeaderSearch *HS,
781 // The natural SourceManager infrastructure can't currently handle named
870 // Reset the ID tables if we are reusing the SourceManager and parsing
    [all...]
FrontendActions.cpp 309 SourceManager &SourceMgr = CI.getSourceManager();
375 // Ownership of InputBuffer will be transferred to the SourceManager.
620 SourceManager &SM = PP.getSourceManager();
688 const SourceManager& SM = CI.getSourceManager();
  /external/clang/lib/Analysis/
ReachableCode.cpp 23 #include "clang/Basic/SourceManager.h"
115 static SourceLocation getTopMostMacro(SourceLocation Loc, SourceManager &SM) {
139 SourceManager &SM = PP.getSourceManager();
634 return scanFromBlock(Start, Reachable, /* SourceManager* */ nullptr, false);
  /external/clang/lib/Edit/
EditedSource.cpp 12 #include "clang/Basic/SourceManager.h"
319 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts,
366 const SourceManager &SM, const LangOptions &LangOpts) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 27 #include "clang/Basic/SourceManager.h"
251 SourceManager &SM = Mgr->getASTContext().getSourceManager();
594 SourceManager &SM = Ctx->getSourceManager();
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 653 const SourceManager& source_manager = instance_.getSourceManager();
715 const SourceManager& source_manager = instance_.getSourceManager();
  /external/clang/tools/libclang/
CIndex.cpp 104 static RangeComparisonResult RangeCompare(SourceManager &SM,
120 static RangeComparisonResult LocationCompare(SourceManager &SM,
139 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
166 static SourceRange getFullCursorExtent(CXCursor C, SourceManager &SrcMgr);
230 SourceManager &SM = Visitor.getASTUnit()->getSourceManager();
251 SourceManager &SM = Unit->getSourceManager();
300 SourceManager &SM = Unit->getSourceManager();
398 SourceManager &SM = AU->getSourceManager();
959 SourceManager &SM, SourceLocation EndLoc,
992 SourceManager &SM = AU->getSourceManager()
    [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 80 SourceManager &SM;
94 CoverageMappingBuilder(CoverageMappingModuleGen &CVM, SourceManager &SM,
317 EmptyCoverageMappingBuilder(CoverageMappingModuleGen &CVM, SourceManager &SM,
595 llvm::DenseMap<const Stmt *, unsigned> &CounterMap, SourceManager &SM,
    [all...]
CodeGenAction.cpp 16 #include "clang/Basic/SourceManager.h"
267 SourceManager &CSM) {
274 // already owns its one and clang::SourceManager wants to own its one.
278 // Create the copy and transfer ownership to clang::SourceManager.
431 SourceManager &SourceMgr = Context->getSourceManager();
794 SourceManager &SM = CI.getSourceManager();
808 // Translate from the diagnostic info to the SourceManager location if
    [all...]
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 17 #include "clang/Basic/SourceManager.h"
127 SourceManager SourceMgr;

Completed in 2123 milliseconds

1 2 3 4 56 7 8 9