Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConstructionContext.cpp85 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers()
93 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers()
104 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, in createBoundTemporaryFromLayers()
H A DCFG.cpp5081 const auto *TOCC = cast<SimpleTemporaryObjectConstructionContext>(CC); in print_construction_context()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h501 class SimpleTemporaryObjectConstructionContext
505 explicit SimpleTemporaryObjectConstructionContext( in SimpleTemporaryObjectConstructionContext() function