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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp591 const ArrayType *AT = E->getType()->castAsArrayTypeUnsafe();
630 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1723 const ArrayType *castAsArrayTypeUnsafe() const;
5211 inline const ArrayType *Type::castAsArrayTypeUnsafe() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp58 return ty->castAsArrayTypeUnsafe()->
H A DExprConstant.cpp1314 QualType EltTy = Type->castAsArrayTypeUnsafe()->getElementType();
2337 ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp3957 Ty = Ty->castAsArrayTypeUnsafe()->getElementType();

Completed in 182 milliseconds