Home
last modified time | relevance | path

Searched refs:SimpleReturnedValueConstructionContext (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h607 class SimpleReturnedValueConstructionContext
611 explicit SimpleReturnedValueConstructionContext(const ReturnStmt *RS) in SimpleReturnedValueConstructionContext() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp190 return create<SimpleReturnedValueConstructionContext>(C, RS); in createFromLayers()
H A DCFG.cpp5704 const auto *RSCC = cast<SimpleReturnedValueConstructionContext>(CC); in print_construction_context()