Home | History | Annotate | Download | only in CodeGen

Lines Matching full:vardecl

41 class VarDecl;
251 llvm::DIDerivedType *CreateRecordStaticField(const VarDecl *Var,
318 void EmitDeclareOfAutoVariable(const VarDecl *Decl, llvm::Value *AI,
323 void EmitDeclareOfBlockDeclRefVariable(const VarDecl *variable,
331 void EmitDeclareOfArgVariable(const VarDecl *Decl, llvm::Value *AI,
342 void EmitGlobalVariable(llvm::GlobalVariable *GV, const VarDecl *Decl);
380 void EmitDeclare(const VarDecl *decl, llvm::Value *AI,
384 llvm::DIType *EmitTypeForVarWithBlocksAttr(const VarDecl *VD,
451 getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D);
458 /// represented in the given VarDecl.
460 getGlobalVariableForwardDeclaration(const VarDecl *VD);
510 /// Collect various properties of a VarDecl.
511 void collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit,