Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConstructionContext.cpp84 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers()
92 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers()
103 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, in createBoundTemporaryFromLayers()
H A DCFG.cpp5710 const auto *TOCC = cast<SimpleTemporaryObjectConstructionContext>(CC); in print_construction_context()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h526 class SimpleTemporaryObjectConstructionContext
530 explicit SimpleTemporaryObjectConstructionContext( in SimpleTemporaryObjectConstructionContext() function