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.cpp118 const DeclarationName Name2) { in IsStructurallyEquivalent()
299 IdentifierInfo *Name2 = L2->getIdentifier(); in IsStmtEquivalent() local
534 const IdentifierInfo *Name2) { in IsStructurallyEquivalent()
1411 IdentifierInfo *Name2 = D2->getIdentifier(); in IsStructurallyEquivalent() local
1447 IdentifierInfo *Name2 = Field2->getIdentifier(); in IsStructurallyEquivalent() local
1532 const IdentifierInfo *Name2 = Method2->getIdentifier(); in IsStructurallyEquivalent() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h224 inline std::string formattedNames(StringRef Name1, StringRef Name2) { in formattedNames()