Home
last modified time | relevance | path

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

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