Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h316 class VariableConstructionContext : public ConstructionContext {
320 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext() function
345 class SimpleVariableConstructionContext : public VariableConstructionContext {
349 : VariableConstructionContext(ConstructionContext::SimpleVariableKind, in SimpleVariableConstructionContext()
368 : public VariableConstructionContext {
375 : VariableConstructionContext(CXX17ElidedCopyVariableKind, DS), BTE(BTE) { in CXX17ElidedCopyVariableConstructionContext()
H A DCFG.h202 isa<VariableConstructionContext>(C) || in CFGCXXRecordTypedCall()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp134 const auto *DSCC = cast<VariableConstructionContext>(CC); in computeObjectUnderConstruction()
406 const auto *DSCC = cast<VariableConstructionContext>(CC); in updateObjectsUnderConstruction()