HomeSort by relevance Sort by last modified time
    Searched refs:getCastKind (Results 26 - 44 of 44) sorted by null

12

  /external/clang/lib/CodeGen/
CGExpr.cpp 634 if (CE->getCastKind() == CK_ArrayToPointerDecay &&
    [all...]
CGObjC.cpp 258 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true;
    [all...]
CGExprConstant.cpp 606 switch (E->getCastKind()) {
    [all...]
CGExprScalar.cpp     [all...]
CGClass.cpp     [all...]
CGBuiltin.cpp     [all...]
CGCall.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaStmt.cpp 572 if (impcast->getCastKind() != CK_IntegralCast) break;
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 283 switch (ICE->getCastKind()) {
    [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 589 Record.push_back(E->getCastKind()); // FIXME: stable encoding
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 778 milliseconds

12