Home | History | Annotate | Download | only in AST

Lines Matching refs:ArrayRef

69     ArrayRef<RawComment *> RawComments = Comments.getComments();
129 ArrayRef<RawComment *> RawComments = Comments.getComments();
174 ArrayRef<RawComment *>::iterator Comment;
183 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1;
3043 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray,
3406 static bool hasAnyPackExpansions(ArrayRef<TemplateArgument> Args) {
3417 ArrayRef<TemplateArgument> Args,
3456 TemplateName Template, ArrayRef<TemplateArgument> Args) const {
3596 ArrayRef<TemplateArgument> Args) const {
3686 static bool areSortedAndUniqued(ArrayRef<ObjCProtocolDecl *> Protocols) {
3723 ArrayRef<QualType> typeArgs,
3724 ArrayRef<ObjCProtocolDecl *> protocols,
3742 ArrayRef<QualType> effectiveTypeArgs = typeArgs;
3760 ArrayRef<QualType> canonTypeArgs;
3771 ArrayRef<ObjCProtocolDecl *> canonProtocols;
7145 ArrayRef<QualType> lhsArgs,
7146 ArrayRef<QualType> rhsArgs,
7207 ArrayRef<QualType> LHSTypeArgs = LHS->getTypeArgsAsWritten();
7258 ArrayRef<QualType> RHSTypeArgs = RHS->getTypeArgsAsWritten();
9048 return llvm::ArrayRef<ast_type_traits::DynTypedNode>();