OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchVerifier
(Results
1 - 3
of
3
) sorted by null
/external/clang/unittests/AST/
ASTContextParentMapTest.cpp
19
#include "
MatchVerifier
.h"
29
MatchVerifier
<Decl> Verifier;
35
MatchVerifier
<Stmt> Verifier;
41
MatchVerifier
<Decl> DeclVerifier;
61
MatchVerifier
<Stmt> TemplateVerifier;
MatchVerifier.h
1
//===- unittest/AST/
MatchVerifier
.h - AST unit test support ---------------===//
10
// Provides
MatchVerifier
, a base class to implement gtest matchers that
13
// Also implements matchers based on
MatchVerifier
:
32
class
MatchVerifier
: public MatchFinder::MatchCallback {
77
testing::AssertionResult
MatchVerifier
<NodeType>::match(
117
void
MatchVerifier
<NodeType>::run(const MatchFinder::MatchResult &Result) {
133
class LocationVerifier : public
MatchVerifier
<NodeType> {
169
class RangeVerifier : public
MatchVerifier
<NodeType> {
SourceLocationTest.cpp
24
#include "
MatchVerifier
.h"
31
TEST(
MatchVerifier
, ParseError) {
37
TEST(
MatchVerifier
, NoMatch) {
43
TEST(
MatchVerifier
, WrongType) {
Completed in 73 milliseconds