Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h204 isa<VariableConstructionContext>(C) || in CFGCXXRecordTypedCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp135 const auto *DSCC = cast<VariableConstructionContext>(CC); in computeObjectUnderConstruction()
414 const auto *DSCC = cast<VariableConstructionContext>(CC); in updateObjectsUnderConstruction()