Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h303 class VariableConstructionContext : public ConstructionContext {
307 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext() function
326 class SimpleVariableConstructionContext : public VariableConstructionContext {
330 : VariableConstructionContext(ConstructionContext::SimpleVariableKind, in SimpleVariableConstructionContext()
349 : public VariableConstructionContext {
356 : VariableConstructionContext(CXX17ElidedCopyVariableKind, DS), BTE(BTE) { in CXX17ElidedCopyVariableConstructionContext()
DCFG.h203 isa<VariableConstructionContext>(C) || in CFGCXXRecordTypedCall()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp124 const auto *DSCC = cast<VariableConstructionContext>(CC); in computeObjectUnderConstruction()
371 const auto *DSCC = cast<VariableConstructionContext>(CC); in updateObjectsUnderConstruction()