Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h237 SimpleVariableKind, enumerator
239 VARIABLE_BEGIN = SimpleVariableKind,
328 : VariableConstructionContext(ConstructionContext::SimpleVariableKind, in SimpleVariableConstructionContext()
333 return CC->getKind() == SimpleVariableKind; in classof()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp125 case ConstructionContext::SimpleVariableKind: { in prepareForObjectConstruction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp5052 case ConstructionContext::SimpleVariableKind: { in print_construction_context()