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