Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h345 class SimpleVariableConstructionContext : public VariableConstructionContext {
348 explicit SimpleVariableConstructionContext(const DeclStmt *DS) in SimpleVariableConstructionContext() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp180 return create<SimpleVariableConstructionContext>(C, DS); in createFromLayers()
H A DCFG.cpp5688 const auto *SDSCC = cast<SimpleVariableConstructionContext>(CC); in print_construction_context()