Home
last modified time | relevance | path

Searched refs:NewMD (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp75 MDNode *NewMD = MDNode::get(V->getContext(), Elts); in MapValue() local
76 Dummy->replaceAllUsesWith(NewMD); in MapValue()
77 VM[V] = NewMD; in MapValue()
79 return NewMD; in MapValue()
/external/clang/lib/Sema/
DSemaDecl.cpp4909 if (CXXMethodDecl *NewMD = dyn_cast<CXXMethodDecl>(NewFD)) in DiagnoseInvalidRedeclaration() local
4910 NewFDisConst = NewMD->isConst(); in DiagnoseInvalidRedeclaration()