Searched defs:DContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3115 llvm::DIDescriptor DContext) {
3127 Var, DContext);
3131 GV = DBuilder.createStaticVariable(DContext, FieldName, LinkageName, Unit,
3168 llvm::DIDescriptor DContext = local
3181 GV = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext);
3184 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit),
3214 llvm::DIDescriptor DContext =
3217 DContext, Name, StringRef(), Unit, getLineNumber(VD->getLocation()), Ty,
3112 CollectAnonRecordDecls(const RecordDecl *RD, llvm::DIFile Unit, unsigned LineNo, StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIDescriptor DContext) argument

Completed in 100 milliseconds