Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
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()
DCFG.cpp5417 const auto *TOCC = cast<SimpleTemporaryObjectConstructionContext>(CC); in print_construction_context()
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h503 class SimpleTemporaryObjectConstructionContext
507 explicit SimpleTemporaryObjectConstructionContext( in SimpleTemporaryObjectConstructionContext() function