Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h463 class TemporaryObjectConstructionContext : public ConstructionContext {
468 explicit TemporaryObjectConstructionContext( in TemporaryObjectConstructionContext() function
504 : public TemporaryObjectConstructionContext {
509 : TemporaryObjectConstructionContext( in SimpleTemporaryObjectConstructionContext()
527 : public TemporaryObjectConstructionContext {
536 : TemporaryObjectConstructionContext( in ElidedTemporaryObjectConstructionContext()
H A DCFG.h200 assert(C && (isa<TemporaryObjectConstructionContext>(C) || in CFGCXXRecordTypedCall()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp263 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC); in computeObjectUnderConstruction()
438 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC); in updateObjectsUnderConstruction()