Home
last modified time | relevance | path

Searched refs:ElidedTemporaryObjectConstructionContext (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h549 class ElidedTemporaryObjectConstructionContext
556 explicit ElidedTemporaryObjectConstructionContext( in ElidedTemporaryObjectConstructionContext() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConstructionContext.cpp86 return create<ElidedTemporaryObjectConstructionContext>( in createMaterializedTemporaryFromLayers()
H A DCFG.cpp5716 const auto *TOCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in print_construction_context()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp252 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in computeObjectUnderConstruction()
448 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in updateObjectsUnderConstruction()