reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1359 CI->Kind = ClassInfo::UserClass0 + Index; 1373 CI->SuperClasses.push_back(SC); 1375 CI->ClassName = Rec->getValueAsString("Name"); 1376 CI->Name = "MCK_" + CI->ClassName; 1376 CI->Name = "MCK_" + CI->ClassName; 1377 CI->ValueName = Rec->getName(); 1382 CI->PredicateMethod = SI->getValue(); 1385 CI->PredicateMethod = "is" + CI->ClassName; 1385 CI->PredicateMethod = "is" + CI->ClassName; 1391 CI->RenderMethod = SI->getValue(); 1394 CI->RenderMethod = "add" + CI->ClassName + "Operands"; 1394 CI->RenderMethod = "add" + CI->ClassName + "Operands"; 1400 CI->ParserMethod = SI->getValue(); 1405 CI->DiagnosticType = SI->getValue(); 1408 CI->DiagnosticString = SI->getValue(); 1411 if (!CI->DiagnosticString.empty() && CI->DiagnosticType.empty()) 1411 if (!CI->DiagnosticString.empty() && CI->DiagnosticType.empty()) 1412 CI->DiagnosticType = CI->ClassName; 1412 CI->DiagnosticType = CI->ClassName; 1416 CI->IsOptional = BI->getValue(); 1421 CI->DefaultMethod = SI->getValue(); 1424 CI->DefaultMethod = "default" + CI->ClassName + "Operands"; 1424 CI->DefaultMethod = "default" + CI->ClassName + "Operands";