Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentSema.h165 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
/external/clang/lib/AST/
DCommentParser.cpp657 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), in parseVerbatimBlock()
665 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), ""); in parseVerbatimBlock()
DCommentSema.cpp434 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine() function in clang::comments::Sema