Lines Matching refs:variable
1041 // Create the descriptor for static variable.
1913 /// EmitDeclare - Emit local variable declaration debug info.
1928 // for this variable.
1938 // If an aggregate variable has non trivial destructor or non trivial copy
1971 // Create the descriptor for the variable.
1985 // Create the descriptor for the variable.
2083 // Create the descriptor for the variable.
2097 /// variable declaration.
2166 // Variable captures.
2171 const VarDecl *variable = capture.getVariable();
2172 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable);
2204 const VarDecl *variable = capture->getVariable();
2205 llvm::StringRef name = variable->getName();
2213 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset);
2219 fieldType = createFieldType(name, variable->getType(), 0,
2258 /// EmitGlobalVariable - Emit information about a global variable.
2262 // Create global variable debug descriptor.
2295 // Create global variable debug descriptor.
2319 /// EmitGlobalVariable - Emit global variable's debug info.
2322 // Create the descriptor for the variable.