Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp98 MDNode *NewMD = MDNode::get(V->getContext(), Elts); in MapValue() local
99 Dummy->replaceAllUsesWith(NewMD); in MapValue()
100 VM[V] = NewMD; in MapValue()
102 return NewMD; in MapValue()
/external/clang/lib/Sema/
DSemaDecl.cpp6391 if (CXXMethodDecl *NewMD = dyn_cast<CXXMethodDecl>(NewFD)) in DiagnoseInvalidRedeclaration() local
6392 NewFDisConst = NewMD->isConst(); in DiagnoseInvalidRedeclaration()