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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 559 class ReturnedValueConstructionContext : public ConstructionContext {
563 explicit ReturnedValueConstructionContext(ConstructionContext::Kind K,
585 : public ReturnedValueConstructionContext {
589 : ReturnedValueConstructionContext(
607 : public ReturnedValueConstructionContext {
614 : ReturnedValueConstructionContext(
CFG.h 202 isa<ReturnedValueConstructionContext>(C) ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 219 const auto *RCC = cast<ReturnedValueConstructionContext>(CC);

Completed in 18 milliseconds