Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h243 SimpleConstructorInitializerKind, enumerator
245 INITIALIZER_BEGIN = SimpleConstructorInitializerKind,
398 ConstructionContext::SimpleConstructorInitializerKind, I) {} in SimpleConstructorInitializerConstructionContext()
402 return CC->getKind() == SimpleConstructorInitializerKind; in classof()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp132 case ConstructionContext::SimpleConstructorInitializerKind: { in computeObjectUnderConstruction()
375 case ConstructionContext::SimpleConstructorInitializerKind: { in updateObjectsUnderConstruction()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5374 case ConstructionContext::SimpleConstructorInitializerKind: { in print_construction_context()