Home
last modified time | relevance | path

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

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