Home | History | Annotate | Download | only in AST

Lines Matching refs:ArrayRef

475   /// Container for either a single DynTypedNode or for an ArrayRef to
480 ArrayRef<DynTypedNode>> Storage;
487 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
488 new (Storage.buffer) ArrayRef<DynTypedNode>(A);
493 return reinterpret_cast<const ArrayRef<DynTypedNode> *>(Storage.buffer)
500 return reinterpret_cast<const ArrayRef<DynTypedNode> *>(Storage.buffer)
866 ArrayRef<Module*> getModulesWithMergedDefinition(NamedDecl *Def) {
1181 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args,
1276 ArrayRef<QualType> typeArgs,
1277 ArrayRef<ObjCProtocolDecl *> protocols,