Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp143 case ConstructionContext::SimpleConstructorInitializerKind: { in computeObjectUnderConstruction()
418 case ConstructionContext::SimpleConstructorInitializerKind: { in updateObjectsUnderConstruction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5673 case ConstructionContext::SimpleConstructorInitializerKind: { in print_construction_context()