reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
22 io.enumCase(value, "Inline", TypeTestResolution::Inline);
lib/AsmParser/LLParser.cpp 7651 TTRes.TheKind = TypeTestResolution::Inline;
lib/IR/AsmWriter.cpp 2769 case TypeTestResolution::Inline:
lib/Transforms/IPO/LowerTypeTests.cpp663 if (TIL.TheKind == TypeTestResolution::Inline) { 925 TIL.TheKind == TypeTestResolution::Inline || 931 if (TIL.TheKind == TypeTestResolution::Inline) 945 if (TIL.TheKind == TypeTestResolution::Inline) 1006 TIL.TheKind == TypeTestResolution::Inline || 1018 if (TIL.TheKind == TypeTestResolution::Inline) 1133 TIL.TheKind = TypeTestResolution::Inline;