HomeSort by: relevance | last modified time | path
    Searched refs:getConstructionContext (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 503 const ConstructionContext *CallEvent::getConstructionContext() const {
510 return Ctor->getConstructionContext();
514 return RecCall->getConstructionContext();
522 const auto *CC = getConstructionContext();
ExprEngineCXX.cpp 208 RTC->getConstructionContext(), CallOpts);
408 RTC->getConstructionContext(), CallOpts);
494 const ConstructionContext *CC = C ? C->getConstructionContext() : nullptr;
ExprEngineCallAndReturn.cpp 672 RTC->getConstructionContext(), CallOpts);
756 const ConstructionContext *CC = CCE ? CCE->getConstructionContext()
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 164 const ConstructionContext *getConstructionContext() const {
209 const ConstructionContext *getConstructionContext() const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 441 const ConstructionContext *getConstructionContext() const;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 5499 print_construction_context(OS, Helper, VTC->getConstructionContext());
5508 print_construction_context(OS, Helper, CE->getConstructionContext());

Completed in 26 milliseconds