Home
last modified time | relevance | path

Searched defs:Name2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp120 const DeclarationName Name2) { in IsStructurallyEquivalent()
301 IdentifierInfo *Name2 = L2->getIdentifier(); in IsStmtEquivalent() local
573 const IdentifierInfo *Name2) { in IsStructurallyEquivalent()
1515 IdentifierInfo *Name2 = D2->getIdentifier(); in IsStructurallyEquivalent() local
1557 IdentifierInfo *Name2 = Field2->getIdentifier(); in IsStructurallyEquivalent() local
1677 const IdentifierInfo *Name2 = Method2->getIdentifier(); in IsStructurallyEquivalent() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h244 inline std::string formattedNames(StringRef Name1, StringRef Name2) { in formattedNames()