OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectedName
(Results
1 - 2
of
2
) sorted by null
/external/clang/unittests/Tooling/
TestVisitor.h
151
std::string
ExpectedName
;
156
:
ExpectedName
(Name.str()), LineNumber(LineNumber),
169
return Name ==
ExpectedName
;
180
return Stream << Match.
ExpectedName
202
<< "Expected \"" << Candidate.
ExpectedName
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
647
// Checks that there was exactly one match with the name \c
ExpectedName
.
649
VerifyIdIsBoundTo(llvm::StringRef Id, llvm::StringRef
ExpectedName
,
652
ExpectedName
(
ExpectedName
) {}
657
if (!
ExpectedName
.empty())
658
EXPECT_EQ(
ExpectedName
, Name);
684
const std::string
ExpectedName
;
[
all
...]
Completed in 190 milliseconds