Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp21 registerCommentOptions(CommentOptions); in CommandTraits()
24 void CommandTraits::registerCommentOptions( in registerCommentOptions() function in clang::comments::CommandTraits
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h161 void registerCommentOptions(const CommentOptions &CommentOptions);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp650 Context->getCommentCommandTraits().registerCommentOptions( in updated()