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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h142 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
146 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp399 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, function in class:clang::comments::Sema
403 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
406 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, function in class:clang::comments::Sema
H A DCommentParser.cpp569 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
593 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),

Completed in 212 milliseconds