Searched refs:collectVarDeclProps (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 430 void collectVarDeclProps(const VarDecl *VD, llvm::DIFile &Unit,
|
D | CGDebugInfo.cpp | 2342 void CGDebugInfo::collectVarDeclProps(const VarDecl *VD, llvm::DIFile &Unit, in collectVarDeclProps() function in CGDebugInfo 2427 collectVarDeclProps(VD, Unit, Line, T, Name, LinkageName, DContext); in getGlobalVariableForwardDeclaration() 3224 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, DContext); in EmitGlobalVariable()
|