HomeSort by relevance Sort by last modified time
    Searched refs:CK_DerivedToBase (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 66 /// CK_DerivedToBase - A conversion from a C++ class pointer
69 CK_DerivedToBase,
  /external/clang/lib/AST/
Expr.cpp 62 if ((CE->getCastKind() == CK_DerivedToBase ||
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 330 case CK_DerivedToBase:
    [all...]
ExprEngine.cpp 211 if (CE->getCastKind() == CK_DerivedToBase ||
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 694 Kind = CK_DerivedToBase;
    [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 566 case CK_DerivedToBase:
    [all...]
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 447 case CK_DerivedToBase:
    [all...]
CGExprAgg.cpp 599 case CK_DerivedToBase:
    [all...]
CGExprConstant.cpp 700 case CK_DerivedToBase:
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 216 milliseconds