HomeSort by relevance Sort by last modified time
    Searched refs:asLocation (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 69 Diag.Report((*I)->getLocation().asLocation(), diagID);
PathDiagnostic.cpp 159 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
220 FullSourceLoc XSL = X.getStartLocation().asLocation();
221 FullSourceLoc YSL = Y.getStartLocation().asLocation();
224 FullSourceLoc XEL = X.getEndLocation().asLocation();
225 FullSourceLoc YEL = Y.getEndLocation().asLocation();
238 FullSourceLoc X_CEL = X.callEnter.asLocation();
239 FullSourceLoc Y_CEL = Y.callEnter.asLocation();
242 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
243 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation();
246 FullSourceLoc X_CRL = X.callReturn.asLocation();
    [all...]
HTMLDiagnostics.cpp 132 (*path.begin())->getLocation().asLocation().getExpansionLoc().getFileID();
188 << (*path.rbegin())->getLocation().asLocation().getExpansionLineNumber()
190 << (*path.rbegin())->getLocation().asLocation().getExpansionColumnNumber()
228 << path.back()->getLocation().asLocation().getExpansionLineNumber()
285 FullSourceLoc Pos = P.getLocation().asLocation();
420 FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
PlistDiagnostics.cpp 132 EmitLocation(o, SM, LangOpts, L.asLocation(), FM, indent, extend);
226 FullSourceLoc L = P.getLocation().asLocation();
382 AddFID(FM, Fids, SM, piece->getLocation().asLocation());
395 AddFID(FM, Fids, SM, callEnterWithin->getLocation().asLocation());
506 FullSourceLoc UL(SM->getExpansionLoc(UPDLoc.asLocation()),
516 FullSourceLoc L(SM->getExpansionLoc(D->getLocation().asLocation()),
BugReporter.cpp 218 piece->getLocation().asLocation().isInvalid())
271 assert((*I)->getLocation().asLocation().isValid());
276 if (!Call->callEnter.asLocation().isValid() ||
279 if (!Call->callReturn.asLocation().isValid() ||
287 if (Call->callEnterWithin.asLocation().isValid() &&
377 << getSourceManager().getExpansionLineNumber(Loc.asLocation())
653 << End.asLocation().getExpansionLineNumber();
671 << End.asLocation().getExpansionLineNumber();
675 << End.asLocation().getExpansionLineNumber();
702 << End.asLocation().getExpansionLineNumber()
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 153 SL = DL.asLocation();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 264 FullSourceLoc asLocation() const {
406 assert(Pos.isValid() && Pos.asLocation().isValid() &&
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 103 SourceLocation L = PD->getLocation().asLocation();

Completed in 786 milliseconds