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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp500 DeclarationName RHSName = RHS->getDeclName(); local
501 if (LHSName != RHSName)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3059 StringRef RHSName = (Options.end() - 1)->Function->getName(); local
3060 if (LHSName.compare(RHSName) < 0)

Completed in 181 milliseconds