Searched defs:FromAttr (Results 1 – 1 of 1) sorted by relevance
9193 void importAttr(const T *FromAttr, Arg &&...ImportedArg) { in importAttr()9225 void cloneAttr(const Attr *FromAttr) { in cloneAttr()9247 Expected<Attr *> ASTImporter::Import(const Attr *FromAttr) { in Import()9407 for (const Attr *FromAttr : FromD->getAttrs()) { in ImportAttrs() local