Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp123 PrintedNestedNameSpecifierMatches(StringRef Code, StringRef DeclName, in PrintedNestedNameSpecifierMatches() function
256 ASSERT_TRUE(PrintedNestedNameSpecifierMatches(Code, "func", "foo::bar::")); in TEST()
266 PrintedNestedNameSpecifierMatches(Code, "method", "vector<int>::")); in TEST()