Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h584 class SimpleReturnedValueConstructionContext
588 explicit SimpleReturnedValueConstructionContext(const ReturnStmt *RS) in SimpleReturnedValueConstructionContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConstructionContext.cpp184 return create<SimpleReturnedValueConstructionContext>(C, RS); in createFromLayers()
H A DCFG.cpp5411 const auto *RSCC = cast<SimpleReturnedValueConstructionContext>(CC); in print_construction_context()