reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 testing::AssertionResult match(const std::string &Code,
39 return match(Code, AMatcher, Args, Lang_CXX); 47 return match(Code, AMatcher, Args, L);tools/clang/unittests/AST/SourceLocationTest.cpp
371 EXPECT_TRUE(Verifier.match( 711 EXPECT_TRUE(Verifier.match("void f() throw(...);\n", loc(functionType()),