Home
last modified time | relevance | path

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

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