Home
last modified time | relevance | path

Searched refs:LambdaCaptureConstructionContext (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp162 return create<LambdaCaptureConstructionContext>(C, E, in createBoundTemporaryFromLayers()
212 return create<LambdaCaptureConstructionContext>(C, E, TopItem.getIndex()); in createFromLayers()
H A DCFG.cpp5729 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in print_construction_context()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h684 class LambdaCaptureConstructionContext : public ConstructionContext {
693 explicit LambdaCaptureConstructionContext(const LambdaExpr *LE, in LambdaCaptureConstructionContext() function
H A DCFG.h207 isa<LambdaCaptureConstructionContext>(C))); in CFGCXXRecordTypedCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp314 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in computeObjectUnderConstruction()
491 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in updateObjectsUnderConstruction()