Home
last modified time | relevance | path

Searched refs:getVerbatimBlockID (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentLexer.h130 unsigned getVerbatimBlockID() const LLVM_READONLY { in getVerbatimBlockID() function
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentParser.cpp653 Tok.getVerbatimBlockID()); in parseVerbatimBlock()
681 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentLexer.cpp52 return Traits.getCommandInfo(Tok.getVerbatimBlockID())->Name; in getVerbatimBlockName()