Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentLexer.h151 unsigned getVerbatimLineID() const LLVM_READONLY { in getVerbatimLineID() function
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentParser.cpp714 NameTok.getVerbatimLineID(), in parseVerbatimLine()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentLexer.cpp56 return Traits.getCommandInfo(Tok.getVerbatimLineID())->Name; in getVerbatimLineName()