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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp256 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
257 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation();
858 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM);
1007 if (!callEnterWithin.asLocation().isValid())
1021 return std::make_shared<PathDiagnosticEventPiece>(callEnterWithin, Out.str());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h552 PathDiagnosticLocation callEnterWithin; member in class:clang::ento::PathDiagnosticCallPiece
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp512 if (Call->callEnterWithin.asLocation().isValid() &&
514 ThisCallLocation = &Call->callEnterWithin;
3193 if (!AnalysisManager::isInCodeFile(CP->callEnterWithin.asLocation(), SMgr))

Completed in 98 milliseconds