Home
last modified time | relevance | path

Searched refs:hashStmt (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DDataCollectionTest.cpp72 static testing::AssertionResult hashStmt(llvm::MD5::MD5Result &Hash, in hashStmt() function
97 testing::AssertionResult Result = hashStmt(Hash1, StmtMatch, Code1); in isStmtHashEqual()
100 if (!(Result = hashStmt(Hash2, StmtMatch, Code2))) in isStmtHashEqual()