Searched refs:collectVarDeclProps (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 520 void collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit,
|
D | CGDebugInfo.cpp | 2639 void CGDebugInfo::collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit, in collectVarDeclProps() function in CGDebugInfo 2726 collectVarDeclProps(VD, Unit, Line, T, Name, LinkageName, DContext); in getGlobalVariableForwardDeclaration() 3554 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, DContext); in EmitGlobalVariable()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 721 void collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit,
|
D | CGDebugInfo.cpp | 3493 void CGDebugInfo::collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit, in collectVarDeclProps() function in CGDebugInfo 3613 collectVarDeclProps(VD, Unit, Line, T, Name, LinkageName, TemplateParameters, in getGlobalVariableForwardDeclaration() 4662 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, in EmitGlobalVariable()
|