Home
last modified time | relevance | path

Searched refs:getConstructionContext (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp503 const ConstructionContext *CallEvent::getConstructionContext() const { in getConstructionContext() function in CallEvent
510 return Ctor->getConstructionContext(); in getConstructionContext()
514 return RecCall->getConstructionContext(); in getConstructionContext()
541 const auto *CC = getConstructionContext(); in getReturnValueUnderConstruction()
H A DExprEngineCXX.cpp227 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction()
451 RTC->getConstructionContext(), CallOpts); in updateObjectsUnderConstruction()
613 const ConstructionContext *CC = C ? C->getConstructionContext() : nullptr; in handleConstructor()
H A DExprEngineCallAndReturn.cpp775 RTC->getConstructionContext(), CallOpts); in bindReturnValue()
865 const ConstructionContext *CC = CCE ? CCE->getConstructionContext() in mayInlineCallKind()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h165 const ConstructionContext *getConstructionContext() const { in getConstructionContext() function
211 const ConstructionContext *getConstructionContext() const { in getConstructionContext() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp335 Call.getConstructionContext(), {}); in evalCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h447 const ConstructionContext *getConstructionContext() const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5802 print_construction_context(OS, Helper, VTC->getConstructionContext()); in print_elem()
5811 print_construction_context(OS, Helper, CE->getConstructionContext()); in print_elem()