Home
last modified time | relevance | path

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

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