Home
last modified time | relevance | path

Searched refs:CloseName (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/AST/
DCommentParser.cpp466 StringRef CloseName) { in HasVerbatimBlockAt() argument
478 if (ActualCloseName != CloseName) in HasVerbatimBlockAt()
482 "expected \"" << CloseName.str() << "\""; in HasVerbatimBlockAt()
495 StringRef CloseName, in HasVerbatimBlockAt() argument
498 CloseName); in HasVerbatimBlockAt()
515 StringRef CloseName, in HasVerbatimBlockAt() argument
519 CloseName); in HasVerbatimBlockAt()
542 StringRef CloseName, in HasVerbatimBlockAt() argument
547 CloseName); in HasVerbatimBlockAt()
/external/clang/include/clang/AST/
DComment.h899 StringRef CloseName;
925 CloseName = Name; in setCloseName()
934 return CloseName; in getCloseName()
DCommentSema.h163 StringRef CloseName,
/external/clang/lib/AST/
DCommentSema.cpp437 StringRef CloseName, in actOnVerbatimBlockFinish() argument
439 Block->setCloseName(CloseName, CloseNameLocBegin); in actOnVerbatimBlockFinish()