Home
last modified time | relevance | path

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

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