Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentSema.h151 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCommentParser.cpp833 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), in parseVerbatimBlock()
841 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), ""); in parseVerbatimBlock()
HDCommentSema.cpp402 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine() function in clang::comments::Sema