Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h157 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp677 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), in parseVerbatimBlock()
685 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), ""); in parseVerbatimBlock()
H A DCommentSema.cpp431 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine() function in clang::comments::Sema