Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h136 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
140 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp371 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() function in clang::comments::Sema
375 return actOnUnknownCommand(LocBegin, LocEnd, CommandID); in actOnUnknownCommand()
378 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() function in clang::comments::Sema
H A DCommentParser.cpp554 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(), in parseParagraphOrBlockCommand()
578 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(), in parseParagraphOrBlockCommand()