Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentLexer.h132 unsigned getVerbatimBlockID() const LLVM_READONLY { in getVerbatimBlockID() function
/external/clang/lib/AST/
DCommentParser.cpp660 Tok.getVerbatimBlockID()); in parseVerbatimBlock()
688 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
/external/clang/unittests/AST/
DCommentLexer.cpp53 return Traits.getCommandInfo(Tok.getVerbatimBlockID())->Name; in getVerbatimBlockName()