Home
last modified time | relevance | path

Searched defs:can (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DType.cpp139 ArrayType(TypeClass tc,QualType et,QualType can,ArraySizeModifier sm,unsigned tq,const Expr * sz) ArrayType() argument
243 DependentSizedArrayType(QualType et,QualType can,Expr * e,ArraySizeModifier sm,unsigned tq,SourceRange brackets) DependentSizedArrayType() argument
285 DependentSizedExtVectorType(QualType ElementType,QualType can,Expr * SizeExpr,SourceLocation loc) DependentSizedExtVectorType() argument
304 DependentAddressSpaceType(QualType PointeeType,QualType can,Expr * AddrSpaceExpr,SourceLocation loc) DependentAddressSpaceType() argument
803 ObjCTypeParamType(const ObjCTypeParamDecl * D,QualType can,ArrayRef<ObjCProtocolDecl * > protocols) ObjCTypeParamType() argument
3909 TypedefType(TypeClass tc,const TypedefNameDecl * D,QualType Underlying,QualType can) TypedefType() argument
3986 DecltypeType(Expr * E,QualType underlyingType,QualType can) DecltypeType() argument
4083 TagType(TypeClass TC,const TagDecl * D,QualType can) TagType() argument
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_space.c3159 isl_bool can; in isl_space_can_range_curry() local