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

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h582 class ReturnedValueConstructionContext : public ConstructionContext { class in namespace:clang
586 explicit ReturnedValueConstructionContext(ConstructionContext::Kind K, function in class:clang::ReturnedValueConstructionContext
608 : public ReturnedValueConstructionContext {
612 : ReturnedValueConstructionContext(
630 : public ReturnedValueConstructionContext {
637 : ReturnedValueConstructionContext(
H A DCFG.h203 isa<ReturnedValueConstructionContext>(C) ||
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp238 const auto *RCC = cast<ReturnedValueConstructionContext>(CC);

Completed in 77 milliseconds