Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp500 const ConstructionContext *CallEvent::getConstructionContext() const { in getConstructionContext() function in CallEvent
507 return Ctor->getConstructionContext(); in getConstructionContext()
511 return RecCall->getConstructionContext(); in getConstructionContext()
518 const auto *CC = getConstructionContext(); in getReturnValueUnderConstruction()
H A DExprEngineCXX.cpp226 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction()
443 RTC->getConstructionContext(), CallOpts); in updateObjectsUnderConstruction()
605 const ConstructionContext *CC = C ? C->getConstructionContext() : nullptr; in handleConstructor()
H A DExprEngineCallAndReturn.cpp778 RTC->getConstructionContext(), CallOpts); in bindReturnValue()
867 const ConstructionContext *CC = CCE ? CCE->getConstructionContext() in mayInlineCallKind()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h163 const ConstructionContext *getConstructionContext() const { in getConstructionContext() function
209 const ConstructionContext *getConstructionContext() const { in getConstructionContext() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp335 Call.getConstructionContext(), {}); in evalCall()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h441 const ConstructionContext *getConstructionContext() const;
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5792 print_construction_context(OS, Helper, VTC->getConstructionContext()); in print_elem()
5801 print_construction_context(OS, Helper, CE->getConstructionContext()); in print_elem()