Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DConstructionContext.cpp148 return create<ArgumentConstructionContext>(C, E, ParentItem.getIndex(), in createBoundTemporaryFromLayers()
211 return create<ArgumentConstructionContext>(C, E, TopItem.getIndex(), in createFromLayers()
DCFG.cpp5430 const auto *ACC = cast<ArgumentConstructionContext>(CC); in print_construction_context()
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h628 class ArgumentConstructionContext : public ConstructionContext {
642 explicit ArgumentConstructionContext(const Expr *CE, unsigned Index, in ArgumentConstructionContext() function
DCFG.h205 isa<ArgumentConstructionContext>(C))); in CFGCXXRecordTypedCall()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp291 const auto *ACC = cast<ArgumentConstructionContext>(CC); in computeObjectUnderConstruction()
448 const auto *ACC = cast<ArgumentConstructionContext>(CC); in updateObjectsUnderConstruction()