Searched refs:asLocation (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp128 SourceLocation CallLoc = CP->callEnter.asLocation();
138 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation()))
226 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
287 FullSourceLoc XSL = X.getStartLocation().asLocation();
288 FullSourceLoc YSL = Y.getStartLocation().asLocation();
291 FullSourceLoc XEL = X.getEndLocation().asLocation();
292 FullSourceLoc YEL = Y.getEndLocation().asLocation();
305 FullSourceLoc X_CEL = X.callEnter.asLocation();
306 FullSourceLoc Y_CEL = Y.callEnter.asLocation();
309 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
[all...]
H A DPlistDiagnostics.cpp154 FullSourceLoc L = P.getLocation().asLocation();
315 AddFID(FM, Fids, *SM, piece->getLocation().asLocation());
328 AddFID(FM, Fids, *SM, callEnterWithin->getLocation().asLocation());
432 FullSourceLoc UL(SM->getExpansionLoc(UPDLoc.asLocation()),
442 FullSourceLoc L(SM->getExpansionLoc(D->getLocation().asLocation()),
456 EmitLocation(o, *SM, LangOpts, D->getLocation().asLocation(), FM, 2);
H A DHTMLDiagnostics.cpp127 (*path.begin())->getLocation().asLocation().getExpansionLoc().getFileID();
145 SMgr.getExpansionLoc((*path.rbegin())->getLocation().asLocation()),
189 int LineNumber = (*path.rbegin())->getLocation().asLocation().getExpansionLineNumber();
190 int ColumnNumber = (*path.rbegin())->getLocation().asLocation().getExpansionColumnNumber();
335 FullSourceLoc Pos = P.getLocation().asLocation();
470 FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
H A DBugReporter.cpp224 assert((*I)->getLocation().asLocation().isValid());
230 if (CallerIsImplicit || !Call->callEnter.asLocation().isValid())
232 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid())
239 if (Call->callEnterWithin.asLocation().isValid() &&
297 !(*I)->getLocation().asLocation().isValid()) {
384 << getSourceManager().getExpansionLineNumber(Loc.asLocation())
647 << End.asLocation().getExpansionLineNumber();
665 << End.asLocation().getExpansionLineNumber();
669 << End.asLocation().getExpansionLineNumber();
696 << End.asLocation()
[all...]
H A DBugReporterVisitors.cpp702 if (!L.isValid() || !L.asLocation().isValid())
705 if (!L.isValid() || !L.asLocation().isValid())
1579 FullSourceLoc Loc = BR.getLocation(SM).asLocation();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp156 SL = DL.asLocation();
H A DTestAfterDivZeroChecker.cpp128 if (!L.isValid() || !L.asLocation().isValid())
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp114 SourceLocation WarnLoc = PD->getLocation().asLocation();
125 SourceLocation NoteLoc = (*PI)->getLocation().asLocation();
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h271 FullSourceLoc asLocation() const { function in class:clang::ento::PathDiagnosticLocation
441 assert(Pos.isValid() && Pos.asLocation().isValid() &&

Completed in 403 milliseconds