reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/unittests/AST/MatchVerifier.h
   51   testing::AssertionResult match(const std::string &Code,

References

tools/clang/unittests/AST/MatchVerifier.h
   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()),