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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp255 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
256 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation();
857 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM);
1006 if (!callEnterWithin.asLocation().isValid())
1020 return std::make_shared<PathDiagnosticEventPiece>(callEnterWithin, Out.str());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h552 PathDiagnosticLocation callEnterWithin; member in class:clang::ento::PathDiagnosticCallPiece
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp509 if (Call->callEnterWithin.asLocation().isValid() &&
511 ThisCallLocation = &Call->callEnterWithin;
3142 if (!AnalysisManager::isInCodeFile(CP->callEnterWithin.asLocation(), SMgr))

Completed in 40 milliseconds