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

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

Completed in 92 milliseconds