Searched refs:callEnterWithin (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp136 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation()))
307 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
308 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation();
895 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM);
986 if (!callEnterWithin.asLocation().isValid())
1000 return new PathDiagnosticEventPiece(callEnterWithin, Out.str());
H A DBugReporter.cpp238 if (Call->callEnterWithin.asLocation().isValid() &&
240 ThisCallLocation = &Call->callEnterWithin;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h566 PathDiagnosticLocation callEnterWithin; member in class:clang::ento::PathDiagnosticCallPiece

Completed in 188 milliseconds