OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActualName
(Results
1 - 2
of
2
) sorted by null
/external/clang/unittests/Tooling/
QualTypeNamesTest.cpp
29
std::string
ActualName
=
32
if (ExpectedName !=
ActualName
) {
37
<< " Actual: " <<
ActualName
<< std::endl
/external/clang/unittests/AST/
CommentParser.cpp
170
StringRef
ActualName
= BCC->getCommandName(Traits);
171
if (
ActualName
!= Name)
173
<< "BlockCommandComment has name \"" <<
ActualName
.str() << "\", "
272
StringRef
ActualName
= ICC->getCommandName(Traits);
273
if (
ActualName
!= Name)
275
<< "InlineCommandComment has name \"" <<
ActualName
.str() << "\", "
403
StringRef
ActualName
= HST->getAttr(0).Name;
404
if (
ActualName
!= AttrName)
406
<< "HTMLStartTagComment has attr \"" <<
ActualName
.str() << "\", "
471
StringRef
ActualName
= VBC->getCommandName(Traits)
[
all
...]
Completed in 219 milliseconds