Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h151 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
/src/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp833 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), in parseVerbatimBlock()
841 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), ""); in parseVerbatimBlock()
H A DCommentSema.cpp402 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine() function in clang::comments::Sema