Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h158 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp672 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), in parseVerbatimBlock()
680 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), ""); in parseVerbatimBlock()
H A DCommentSema.cpp429 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine() function in clang::comments::Sema