Lines Matching defs:Name
163 Metadata *NS, DIFile *File, unsigned Line, StringRef Name, in createImportedModule()
207 StringRef Name, DINodeArray Elements) { in createImportedDeclaration()
222 unsigned MacroType, StringRef Name, in createMacro()
246 DIEnumerator *DIBuilder::createEnumerator(StringRef Name, uint64_t Val, in createEnumerator()
253 DIEnumerator *DIBuilder::createEnumerator(StringRef Name, const APSInt &Value) { in createEnumerator()
258 DIBasicType *DIBuilder::createUnspecifiedType(StringRef Name) { in createUnspecifiedType()
267 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType()
275 DIStringType *DIBuilder::createStringType(StringRef Name, uint64_t SizeInBits) { in createStringType()
281 DIStringType *DIBuilder::createStringType(StringRef Name, in createStringType()
289 DIStringType *DIBuilder::createStringType(StringRef Name, in createStringType()
319 StringRef Name, DINodeArray Annotations) { in createPointerType()
348 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef()
360 DIBuilder::createTemplateAlias(DIType *Ty, StringRef Name, DIFile *File, in createTemplateAlias()
391 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType()
407 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType()
417 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType()
431 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType()
443 DIBuilder::createObjCIVar(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCIVar()
454 DIBuilder::createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCProperty()
462 DIBuilder::createTemplateTypeParameter(DIScope *Context, StringRef Name, in createTemplateTypeParameter()
470 DIScope *Context, StringRef Name, DIType *Ty, in createTemplateValueParameterHelper()
477 DIBuilder::createTemplateValueParameter(DIScope *Context, StringRef Name, in createTemplateValueParameter()
486 DIBuilder::createTemplateTemplateParameter(DIScope *Context, StringRef Name, in createTemplateTemplateParameter()
495 DIBuilder::createTemplateParameterPack(DIScope *Context, StringRef Name, in createTemplateParameterPack()
503 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, in createClassType()
521 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, in createStructType()
534 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType()
546 DIBuilder::createVariantPart(DIScope *Scope, StringRef Name, DIFile *File, in createVariantPart()
566 DIBuilder::createEnumerationType(DIScope *Scope, StringRef Name, DIFile *File, in createEnumerationType()
581 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType()
663 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl()
678 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType()
754 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, in createGlobalVariableExpression()
773 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, in createTempGlobalVariableFwdDecl()
789 DIScope *Context, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable()
806 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable()
819 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createParameterVariable()
830 DILabel *DIBuilder::createLabel(DIScope *Context, StringRef Name, DIFile *File, in createLabel()
856 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, in createFunction()
876 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, in createTempFunctionFwdDecl()
891 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, in createMethod()
915 StringRef Name, DIFile *File, in createCommonBlock()
920 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace()
932 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule()