Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h250 SimpleConstructorInitializerKind, enumerator
252 INITIALIZER_BEGIN = SimpleConstructorInitializerKind,
421 ConstructionContext::SimpleConstructorInitializerKind, I) {} in SimpleConstructorInitializerConstructionContext()
425 return CC->getKind() == SimpleConstructorInitializerKind; in classof()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp135 case ConstructionContext::SimpleConstructorInitializerKind: { in computeObjectUnderConstruction()
410 case ConstructionContext::SimpleConstructorInitializerKind: { in updateObjectsUnderConstruction()
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5680 case ConstructionContext::SimpleConstructorInitializerKind: { in print_construction_context()