Searched defs:can (Results 1 - 2 of 2) sorted by path

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3188 ConstantArrayType(QualType et, QualType can, const llvm::APInt &size, const Expr *sz, ArraySizeModifier sm, unsigned tq) argument
3245 IncompleteArrayType(QualType et, QualType can, ArraySizeModifier sm, unsigned tq) argument
3296 VariableArrayType(QualType et, QualType can, Expr *e, ArraySizeModifier sm, unsigned tq, SourceRange brackets) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DType.cpp139 ArrayType::ArrayType(TypeClass tc, QualType et, QualType can, argument
228 DependentSizedArrayType::DependentSizedArrayType(QualType et, QualType can, argument
268 DependentSizedExtVectorType(QualType ElementType, QualType can, Expr *SizeExpr, SourceLocation loc) argument
287 DependentAddressSpaceType(QualType PointeeType, QualType can, Expr *AddrSpaceExpr, SourceLocation loc) argument
749 ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can, ArrayRef<ObjCProtocolDecl *> protocols) argument
[all...]

Completed in 208 milliseconds