Searched defs:CloseName (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/AST/
H A DCommentParser.cpp466 StringRef CloseName) {
478 if (ActualCloseName != CloseName)
482 "expected \"" << CloseName.str() << "\"";
495 StringRef CloseName,
498 CloseName);
515 StringRef CloseName,
519 CloseName);
542 StringRef CloseName,
547 CloseName);
461 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName) argument
490 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName, NoLines) argument
510 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName, Lines, StringRef Line0) argument
537 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName, Lines, StringRef Line0, StringRef Line1) argument
/external/clang/lib/AST/
H A DCommentSema.cpp439 StringRef CloseName,
441 Block->setCloseName(CloseName, CloseNameLocBegin);
436 actOnVerbatimBlockFinish( VerbatimBlockComment *Block, SourceLocation CloseNameLocBegin, StringRef CloseName, ArrayRef<VerbatimBlockLineComment *> Lines) argument
/external/clang/include/clang/AST/
H A DComment.h897 StringRef CloseName; member in class:clang::comments::ParamCommandComment::VerbatimBlockComment
923 CloseName = Name;
932 return CloseName;

Completed in 279 milliseconds