Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dflags_test.cpp77 const int ExpectedFlag2, const char *Name1 = "flag1", in testTwoFlags()
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp117 const DeclarationName Name1, in IsStructurallyEquivalent() argument
298 IdentifierInfo *Name1 = L1->getIdentifier(); IsStmtEquivalent() local
533 IsStructurallyEquivalent(const IdentifierInfo * Name1,const IdentifierInfo * Name2) IsStructurallyEquivalent() argument
1410 IdentifierInfo *Name1 = D1->getIdentifier(); IsStructurallyEquivalent() local
1446 IdentifierInfo *Name1 = Field1->getIdentifier(); IsStructurallyEquivalent() local
1531 const IdentifierInfo *Name1 = Method1->getIdentifier(); IsStructurallyEquivalent() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h224 inline std::string formattedNames(StringRef Name1, StringRef Name2) { in formattedNames()