Searched refs:castAsArrayTypeUnsafe (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1722 const ArrayType *castAsArrayTypeUnsafe() const;
5239 inline const ArrayType *Type::castAsArrayTypeUnsafe() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/CodeGen/
H A DCGExpr.cpp598 const ArrayType *AT = E->getType()->castAsArrayTypeUnsafe();
637 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe();
/external/clang/lib/AST/
H A DType.cpp58 return ty->castAsArrayTypeUnsafe()->
H A DExprConstant.cpp1359 QualType EltTy = Type->castAsArrayTypeUnsafe()->getElementType();
2380 ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType();
/external/clang/lib/Sema/
H A DSemaDecl.cpp4122 Ty = Ty->castAsArrayTypeUnsafe()->getElementType();

Completed in 178 milliseconds