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

  /external/clang/include/clang/AST/
CanonicalType.h 286 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasPointerRepresentation)
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
TargetInfo.cpp 292 if (!Ty->getAs<BuiltinType>() && !Ty->hasPointerRepresentation() &&
630 if (Ty->getAs<BuiltinType>() || Ty->hasPointerRepresentation() ||
721 || SeltTy->hasPointerRepresentation())
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 621 milliseconds