Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h239 SimpleVariableKind, enumerator
241 VARIABLE_BEGIN = SimpleVariableKind,
330 : VariableConstructionContext(ConstructionContext::SimpleVariableKind, in SimpleVariableConstructionContext()
335 return CC->getKind() == SimpleVariableKind; in classof()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp123 case ConstructionContext::SimpleVariableKind: { in computeObjectUnderConstruction()
370 case ConstructionContext::SimpleVariableKind: { in updateObjectsUnderConstruction()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5394 case ConstructionContext::SimpleVariableKind: { in print_construction_context()