Searched refs:ReplaceDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DIdentifierResolver.h57 bool ReplaceDecl(NamedDecl *Old, NamedDecl *New);
174 bool ReplaceDecl(NamedDecl *Old, NamedDecl *New);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp82 IdentifierResolver::IdDeclInfo::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { function in class:IdentifierResolver::IdDeclInfo
238 bool IdentifierResolver::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { function in class:IdentifierResolver
259 return toIdDeclInfo(Ptr)->ReplaceDecl(Old, New);

Completed in 107 milliseconds