HomeSort by relevance Sort by last modified time
    Searched defs:SMgr (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 126 const SourceManager &SMgr = path.front()->getLocation().getManager();
133 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
147 SMgr.getExpansionLoc(path.back()->getLocation().asLocation()),
148 SMgr);
149 FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getLocStart()), SMgr);
178 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
224 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
241 FullSourceLoc L(SMgr.getExpansionLoc(UPDLoc.isValid()
244 SMgr);
    [all...]
BugReporterVisitors.cpp 873 const SourceManager &SMgr = BRC.getSourceManager();
874 std::pair<FileID, unsigned> TLInfo = SMgr.getDecomposedLoc(TerminatorLoc);
875 SrcMgr::SLocEntry SE = SMgr.getSLocEntry(TLInfo.first);
    [all...]
PathDiagnostic.cpp 123 const SourceManager &SMgr) {
130 assert(SMgr.isInMainFile(CallLoc) &&
134 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation()))
145 return getFirstStackedCallToHeaderFile(CPInner, SMgr);
158 const SourceManager &SMgr = LastP->getLocation().getManager();
163 CP = getFirstStackedCallToHeaderFile(CP, SMgr);
211 const SourceManager &SMgr = D->path.front()->getLocation().getManager();
224 FID = SMgr.getFileID(L);
225 } else if (SMgr.getFileID(L) != FID)
232 SourceLocation L = SMgr.getExpansionLoc(I->getBegin())
    [all...]
BugReporter.cpp 426 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P,
436 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC);
441 return PathDiagnosticLocation(S, SMgr, LC);
446 return PathDiagnosticLocation(Parent, SMgr, LC);
448 return PathDiagnosticLocation(S, SMgr, LC);
455 return PathDiagnosticLocation(Parent, SMgr, LC);
457 return PathDiagnosticLocation(S, SMgr, LC);
460 return PathDiagnosticLocation(S, SMgr, LC);
463 return PathDiagnosticLocation(S, SMgr, LC);
466 return PathDiagnosticLocation(S, SMgr, LC)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 130 milliseconds