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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 67 CE_CXXInheritedConstructor,
69 CE_END_CXX_CONSTRUCTOR_CALLS = CE_CXXInheritedConstructor,
987 Kind getKind() const override { return CE_CXXInheritedConstructor; }
993 return CA->getKind() == CE_CXXInheritedConstructor;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 806 case CE_CXXInheritedConstructor: {

Completed in 17 milliseconds