Searched refs:Assoc (Results 1 – 16 of 16) sorted by relevance
16 class Assoc {29 Assoc<String,String> table; in main()
192 for (const GenericSelectionExpr::ConstAssociation Assoc : S->associations()) {193 addData(Assoc.getType());
737 for (const auto Assoc : E->associations()) { in VisitGenericSelectionExpr() local738 Visit(Assoc); in VisitGenericSelectionExpr()
2557 for (const GenericSelectionExpr::Association Assoc : S->associations()) {2558 if (TypeSourceInfo *TSI = Assoc.getTypeSourceInfo())2560 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(Assoc.getAssociationExpr());
1630 Expected<const coff_section *> Assoc = Obj->getSection(AuxNumber); in printSymbol() local1631 if (!Assoc) in printSymbol()1632 reportError(Assoc.takeError(), Obj->getFileName()); in printSymbol()1633 Expected<StringRef> AssocName = getSectionName(Obj, AuxNumber, *Assoc); in printSymbol()
1562 for (const GenericSelectionExpr::ConstAssociation Assoc : in VisitGenericSelectionExpr() local1564 QualType T = Assoc.getType(); in VisitGenericSelectionExpr()1569 VisitExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
1462 for (const GenericSelectionExpr::Association Assoc : Node->associations()) { in VisitGenericSelectionExpr() local1464 QualType T = Assoc.getType(); in VisitGenericSelectionExpr()1470 PrintExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
54 Assoc
3037 -- Mudgeeraba Creek Emu-Riding and Boomerang-Throwing Assoc.
671 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
723 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
1312 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
10803 for (const GenericSelectionExpr::Association Assoc : E->associations()) { in TransformGenericSelectionExpr() local10804 TypeSourceInfo *TSI = Assoc.getTypeSourceInfo(); in TransformGenericSelectionExpr()10815 getDerived().TransformExpr(Assoc.getAssociationExpr()); in TransformGenericSelectionExpr()
1257 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
652 Kuck & Assoc.'s changes for demangling.