Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp1454 static bool isKindReplaceableBy(Decl::Kind OldK, Decl::Kind NewK) { in isKindReplaceableBy() function
1503 if (!isKindReplaceableBy(OldD->getKind(), getKind())) in declarationReplaces()