Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h549 class ElidedTemporaryObjectConstructionContext
556 explicit ElidedTemporaryObjectConstructionContext( in ElidedTemporaryObjectConstructionContext() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp86 return create<ElidedTemporaryObjectConstructionContext>( in createMaterializedTemporaryFromLayers()
H A DCFG.cpp5722 const auto *TOCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in print_construction_context()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp253 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in computeObjectUnderConstruction()
456 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in updateObjectsUnderConstruction()