Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentSema.h158 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
/external/clang/lib/AST/
DCommentParser.cpp673 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), in parseVerbatimBlock()
681 Line = S.actOnVerbatimBlockLine(Tok.getLocation(), ""); in parseVerbatimBlock()
DCommentSema.cpp429 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine() function in clang::comments::Sema