Searched refs:AttrIdx (Results 1 – 6 of 6) sorted by relevance
330 CXString clang_HTMLStartTag_getAttrName(CXComment Comment, unsigned AttrIdx);340 CXString clang_HTMLStartTag_getAttrValue(CXComment Comment, unsigned AttrIdx);
1021 for (int AttrIdx = Attribute::FirstTypeAttr; in remapInstruction() local1022 AttrIdx <= Attribute::LastTypeAttr; AttrIdx++) { in remapInstruction()1023 Attribute::AttrKind TypedAttr = (Attribute::AttrKind)AttrIdx; in remapInstruction()
585 for (const auto &[AttrIdx, Attrs] : in EmitAttributes()591 OS << " AS[" << numAttrs++ << "] = {" << AttrIdx in EmitAttributes()
672 for (int AttrIdx = Attribute::FirstTypeAttr; in mapAttributeTypes() local673 AttrIdx <= Attribute::LastTypeAttr; AttrIdx++) { in mapAttributeTypes()674 Attribute::AttrKind TypedAttr = (Attribute::AttrKind)AttrIdx; in mapAttributeTypes()
1137 auto AttrIdx = IRP.getAttrIdx(); in updateAttrMap() local1138 AttributeSet AS = AL.getAttributes(AttrIdx); in updateAttrMap()1150 AL = AL.removeAttributesAtIndex(Ctx, AttrIdx, AM); in updateAttrMap()1151 AL = AL.addAttributesAtIndex(Ctx, AttrIdx, AB); in updateAttrMap()
1891 uint64_t AttrIdx) { in decodeLLVMAttributesForBitcode() argument1904 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode()