Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp117 const DeclarationName Name1, in IsStructurallyEquivalent()
298 IdentifierInfo *Name1 = L1->getIdentifier(); in IsStmtEquivalent() local
533 static bool IsStructurallyEquivalent(const IdentifierInfo *Name1, in IsStructurallyEquivalent()
1410 IdentifierInfo *Name1 = D1->getIdentifier(); in IsStructurallyEquivalent() local
1446 IdentifierInfo *Name1 = Field1->getIdentifier(); in IsStructurallyEquivalent() local
1531 const IdentifierInfo *Name1 = Method1->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()