Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h414 class SimpleConstructorInitializerConstructionContext
418 explicit SimpleConstructorInitializerConstructionContext( in SimpleConstructorInitializerConstructionContext() function
/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp217 return create<SimpleConstructorInitializerConstructionContext>(C, I); in createFromLayers()
H A DCFG.cpp5682 const auto *SICC = cast<SimpleConstructorInitializerConstructionContext>(CC); in print_construction_context()