Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h301 class VariableConstructionContext : public ConstructionContext {
305 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext() function
324 class SimpleVariableConstructionContext : public VariableConstructionContext {
328 : VariableConstructionContext(ConstructionContext::SimpleVariableKind, in SimpleVariableConstructionContext()
347 : public VariableConstructionContext {
354 : VariableConstructionContext(CXX17ElidedCopyVariableKind, DS), BTE(BTE) { in CXX17ElidedCopyVariableConstructionContext()
H A DCFG.h198 isa<VariableConstructionContext>(C) || in CFGCXXRecordTypedCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp126 const auto *DSCC = cast<VariableConstructionContext>(CC); in prepareForObjectConstruction()