Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h582 class SimpleReturnedValueConstructionContext
586 explicit SimpleReturnedValueConstructionContext(const ReturnStmt *RS) in SimpleReturnedValueConstructionContext() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConstructionContext.cpp185 return create<SimpleReturnedValueConstructionContext>(C, RS); in createFromLayers()
H A DCFG.cpp5069 const auto *RSCC = cast<SimpleReturnedValueConstructionContext>(CC); in print_construction_context()