Home
last modified time | relevance | path

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

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