Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DProviderInternalFactory.java44 final ConstructionContext<T> constructionContext = context.getConstructionContext(this); in circularGet()
DConstructorInjector.java67 final ConstructionContext<T> constructionContext = context.getConstructionContext(this); in construct()
DInternalContext.java92 <T> ConstructionContext<T> getConstructionContext(Object key) { in getConstructionContext() method in InternalContext
DInternalProviderInstanceBindingImpl.java149 final ConstructionContext<T> constructionContext = context.getConstructionContext(this);
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp503 const ConstructionContext *CallEvent::getConstructionContext() const { in getConstructionContext() function in CallEvent
510 return Ctor->getConstructionContext(); in getConstructionContext()
514 return RecCall->getConstructionContext(); in getConstructionContext()
522 const auto *CC = getConstructionContext(); in getReturnValueUnderConstruction()
DExprEngineCXX.cpp208 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction()
408 RTC->getConstructionContext(), CallOpts); in updateObjectsUnderConstruction()
494 const ConstructionContext *CC = C ? C->getConstructionContext() : nullptr; in handleConstructor()
DExprEngineCallAndReturn.cpp671 RTC->getConstructionContext(), CallOpts); in bindReturnValue()
741 const ConstructionContext *CC = CCE ? CCE->getConstructionContext() in mayInlineCallKind()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h164 const ConstructionContext *getConstructionContext() const { in getConstructionContext() function
209 const ConstructionContext *getConstructionContext() const { in getConstructionContext() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h441 const ConstructionContext *getConstructionContext() const;
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5493 print_construction_context(OS, Helper, VTC->getConstructionContext()); in print_elem()
5502 print_construction_context(OS, Helper, CE->getConstructionContext()); in print_elem()